Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie wants to access a dataset from a datarow
Message
From
06/10/2003 08:36:06
 
 
To
06/10/2003 08:21:50
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00835310
Message ID:
00835320
Views:
10
Thank you so much Plamen

That is exactly what I was looking for:)



>DataAdapter's Update method has also overload, which takes DataTable to be updated. From DataRow you can get DataTable, to which this row belongs. So you need code like this:
>
>YourDataAdapter.Update(YourDataRow.Table)
>
Previous
Reply
Map
View

Click here to load this message in the networking platform