Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
Problem Adding Rows using BatchUpdate
posted

I am using WebDataGrid with an ObjectDataSource.

Works fine Selecting, Deleting and Updating records. But when I add a row from client-side and then click Save button to save the added row to database, the InsertMethod actually adds the new record to database, but after postback the added row disappears from the grid. Of course, when I refresh the page the added row appears.

What am I doing wrong?

Thanks

Edson

Parents Reply Children
No Data