Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataView/DataSet/DataReader
Message
From
08/01/2007 12:16:15
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
08/01/2007 11:59:33
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01183234
Message ID:
01183480
Views:
43
You can also scroll it like this in VB.NET:
For Each row As DataRow in ds1.tables("table_name").Rows
     MsgBox(row("field_name"))
Next
Very fitting: http://xkcd.com/386/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform