Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding a Web Edit change?
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00796196
Message ID:
00796205
Vues:
12
>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

Have you tried calling EndEdit or EndCurrentEdit, before calling HasChanges on the DataSet?

Morgan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform