ArunJoy
ArunJoy

Reputation: 91

Save a editable Grid View on a single save button ASP.NET 2.0

I have an editable gridview. The rows are editable. I can save each row by clicking corresponding save button for each row. But the problem is I can not have save button/Link for each row. there will be a single "save" button below the grid. After changing values on the grid , by clicking on save all the changed rows will be updated in DB.

Upvotes: 0

Views: 893

Answers (1)

Chris
Chris

Reputation: 5108

Have a look at this tutorial: GridView Bulk Editing

Upvotes: 1

Related Questions