Click here to Skip to main content
15,904,156 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a girdview with multirow checkboxes and i have button "EDIT" top of the grid.My operation is that i will select the checkboxes and click on edit button then what ever check's i have done that many records should come in edit mode then user will modify something then he click on save button then that many records should save in the database.For single row in the gridview we can handle but for morethan one row how can we handle?

Let say i have 10 records in the grid with 10 checkboxes so here i will check 4 rows then click on edit button which is there on the top of the grid so clicking on the grid we have to see the 4 records in the grid with editmode then i will update some value then i will save it.
Posted
Updated 12-Jun-11 22:44pm
v2

Look at this article Selecting multiple checkboxes inside a GridView control[^]

Now in the button click event just replace with your requirement.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900