Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan in ADO?
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00943893
Message ID:
00943899
Views:
22
You "can", but you need to do something like this
for(int iRowCtr=0;iRowCtr<MyTable.Rows.Count;iRowCtr++) {
   DataRow Dr = myTable.Rows[iRowCtr];
I prefer the other syntax, it's cleaner...but the above will also work...

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform