Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SaveDataSet
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
00919851
Message ID:
00921002
Views:
24
Kevin,

Thank you for the clarification.

Kind Regards,

Mat

>Mat,
>
>In a Windows Forms application, you may find that your data, although seemingly saved successfully, never gets saved to the back end. Often the reason for this is the need in Windows Forms/ADO.NET to issue an EndEdit on the current row. In MM .NET you have two main ways to make this happen:
>
>
  1. Set the business object's AutoEndEdit property to true.
    >
    >
  2. Call the form's Save method rather than the business object's SaveDataSet method directly

>Setting the business object's AutoEndEdit property to true causes EndEdit to be issued on all rows in a DataTable. Since the EndEdit problem only occurs in Windows Forms, a more efficient option is to call your form's Save method which automatically issues an EndEdit on the current row only.
>
>Regards,
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Previous
Reply
Map
View

Click here to load this message in the networking platform