Wrox Programmer Forums
|
BOOK: Professional C#, 2nd and 3rd Editions
This is the forum to discuss the Wrox book Professional C#, 3rd Edition by Simon Robinson, Christian Nagel, Karli Watson, Jay Glynn, Morgan Skinner, Bill Evjen; ISBN: 9780764557590
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional C#, 2nd and 3rd Editions section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 1st, 2004, 08:02 AM
Authorized User
 
Join Date: Apr 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ranakdinesh
Default navigating a dataset

 how i can Navigate a dtaset records one by one in a windows form contannig test fields to show the data in columnar form.

dinesh Rana
__________________
dinesh Rana
 
Old June 1st, 2004, 09:46 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

if u want to show a field from DataSet why u dont use DataGrid?!
or maybe I dint get ur question completely.

Always:),
Hovik Melkomian.
 
Old June 1st, 2004, 12:09 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hello,

You can also use a data list or a datagrid as mentioned above. How many fields do you want to show, and do you have any specific format to show them in?

To reference data set records, you have to reference them at the data table level, as such:

ds1.Tables(0).Rows <- the records in the data set

Brian
 
Old June 1st, 2004, 11:08 PM
Authorized User
 
Join Date: Apr 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ranakdinesh
Default

Actually the dataset contains the records of customers with thier photographs and we have to make a form so that is required can see the details of the customers one by one just Same as we have columnar forms in Ms Access. and if required the records can be modified an updated. thats why i am not using datagrid because i think it is not possible to have i photograph in datagrid




dinesh Rana
 
Old June 1st, 2004, 11:37 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

Im sure what u looking for is: http://ms-help://MS.VSCC.2003/MS.MSD...ta04182002.htm but hope u have installed MSDN.

HTH.

Always:),
Hovik Melkomian.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in navigating kk2ka4 XSLT 1 November 12th, 2008 01:45 AM
Navigating through the data in MySQL prad_a MySQL 4 March 23rd, 2007 01:58 AM
Navigating data in a subform Bob Pierce Access VBA 2 February 1st, 2007 10:58 AM
Navigating Recordsets w/out specifying name Tethys Access VBA 7 December 5th, 2005 04:47 PM
Navigating between Forms rakeshgnair Access VBA 1 May 21st, 2004 11:28 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.