Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
hi,
the gridview is binded to a group of textbox .with insert and delete commands working.
nd now the grid view need to be binded with those in such a way that when we press the link button edit of a particular row ,then that row need to be highlighted on the group of textbox and there we edit the data and update it.
Posted
Comments
Herman<T>.Instance 12-Sep-11 11:10am    
perhaps a simpler example to specify your question?
Suvendu Shekhar Giri 7-Apr-15 4:46am    
Binding gridview to textbox? Really ?

1 solution

If you google for examples of updating gridview controls you should find lots of examples of this, such as this one

http://www.aspsnippets.com/Articles/Simple-Insert-Select-Edit-Update-and-Delete-in-ASPNet-GridView-control.aspx[^]
 
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