Click here to Skip to main content
16,012,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi to all!

i have one form consist of
datagridview
three buttons
two text boxes

when i click on item of datagridview it display in tex boxes
and i want to make some changes
till here its clear

now after that how to update my edited record
Posted
Comments
Prerak Patel 25-Aug-11 4:38am    
Rephrase your question.

So seems like when you click a row you want to view the row data in the text-boxes. Instead why dont you use a editable gridview and do it right away? Here are some examples:

Full-featured Editable GridView Control[^]

http://www.codeguru.com/csharp/.net/net_data/datagrid/article.php/c13041[^]

http://www.c-sharpcorner.com/UploadFile/mgold/EditableGridView11222005225133PM/EditableGridView.aspx[^]

OR

using the free controls from obout.here is the link[^] for obout gridview.

Good luck
 
Share this answer
 
v3
 
Share this answer
 
here is ur solution...


http://www.dotnetfunda.com/articles/article29.aspx[^]

thank you
 
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