Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine current row in dataset table?
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00921200
Message ID:
00921217
Views:
19
Answered my own question:

int iRn = this.BindingContext[myDataSet.myTable].Position;
this.myDataSet.myTable.Rows[iRn].Delete();

Thanks Todd, your the Man!
The day you take complete responsibly for yourself, the day you stop making any excuses, thats the day you start to the top. - O.J. Simpson

Great advice from a questionable source...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform