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
340
UpdateRowBatch
posted

I am using webgrid (not enabled the AJAX).

I want to get all the new added rows....but I do not want to add them to the db one by one..I want to have all of them in one single transaction because I need to perform other operation before the insert....

How can I do it?

Thanks