Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding a Web Edit change?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Finding a Web Edit change?
Miscellaneous
Thread ID:
00796196
Message ID:
00796196
Views:
49
I am using .Net2003 and beta10 or the most current one if possible.

Anybody able to use the MM to find a change done via an edit to a webform?

I have lots of forms and the latest change(s) need to be explained in a separate form. How do I define that an Engineers Note2 was updated. Curently I'm following the code found on Watch Wrap


I then go through each column of the ds with this code:
if (!r[c, DataRowVersion.Original].Equals(r[c, DataRowVersion.Current]))

So has anybody figured a better way using the framework to achieve this on the column level?

TIA

__Stephen
Next
Reply
Map
View

Click here to load this message in the networking platform