Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a gridview in editing mode and after editing multiple previous value, i wanna update gridview multiple column value into database without using for loop on button click
Posted
Updated 18-Mar-14 3:13am
v2

1 solution

You can GridViews events like RowCommand or RowEditing etc...



here is an example for your solution...
Editable GridView in ASP.NET 2.0[^]
 
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