Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading a row in a DataSet
Message
From
18/09/2003 17:18:24
 
 
To
18/09/2003 16:52:25
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00830470
Message ID:
00830489
Views:
29
Hi, Jerry.

You can do this:
DataRow row = ds.Tables["mytable"].Rows[0];
MessageBox.Show(row["myfield"].ToString());
HTH
Claudio Lassala
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform