Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automatic update data before saving new record
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01141529
Message ID:
01143120
Views:
25
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform