Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect a change made in a ds for a change log.
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00781301
Message ID:
00782479
Views:
17
How are you making the change to the DataSet? Programmatically or with Kevin's databinding? Make sure HasChanges is true and GetChanges is not returning null. If this is a Windows form then you need to call EndEdit to flush out the changes to the dataset.

>Is there a bug in .NET 2003 & DataRowVersion? Actual code:
>DataRowVersion shows same values in all 4 types of data. I am changing only
>1 field's value and I FAIL to detect the change. Code below:
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform