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
112
Update Row getting called twice with postback
posted

Hi,

I have a AJAX Enabled Grid bound with ObjectDataSource. When I make changes to cell(s), Update Row is getting called once for every row changed(as expected).

Finally when I click 'Submit' button to send the changes to database, what happens is Update Row method is called twice. Once before execution of submit_click method (as expected AJAX call for last edited row) , but once more after submit_click method is executed.

This is weird. Any idea why is it happening?

Thanks
NJ