Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automatic update data before saving new record
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01141529
Message ID:
01143120
Vues:
20
>This is the source code of my page.

Try adding the following call to StoreDataRow() after setting the current DataSet:
' Retrieve the previous Vxlve DataSet
Me.order.DataSet = CType(Session("Order"), Data.DataSet)
Me.order.StoreDataRow(Me.order.DataSet)
This populates the underlying DataRow used by the Entity object in this scenario.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform