I called DataManager.CommitAll() in a button click procedure and the changes made in the form are not saved to the database.
Do I have to save state of DataManager between PostBacks?
Is there an example of how to use DataManager on an ASP.NET page?
Best Regards, Mario
Log in to post a comment.
I called DataManager.CommitAll() in a button click procedure and the changes made in the form are not saved to the database.
Do I have to save state of DataManager between PostBacks?
Is there an example of how to use DataManager on an ASP.NET page?
Best Regards,
Mario