Click here to Skip to main content
15,906,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have four columns in my database id,name,password,ques,i bound those values in gridview ..for that i want to bind the name values inside item template textbox...my questions is when i edit the name thenthose values get updated in my database..please let me know how to do this.....
Posted

If you are using Template field then use Edit template for that field.

Add the command field where set property ShowEditButton=true.

Handle RowEditing, RowUpdating events if needed.

Important Step:
For each of the above step if you don't understand the google or search MSDN
 
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