Update DataBase on clicking in button, after editing gridview (not automatically saving in DB, but a
- by gaponte69
0 vote down star
I am using GridView in asp .net and editing data with edit command field property (as we know after updating the edited row, we automatically update the database), and I want to use transactions (with begin to commit statement - including rollback) to commit this update query in database, after clicking in some button (after…