Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have main form in which having datagrid. to which i bind data at runtime using datatable of dataset.
now on double click of datarow i want to show all columns in different textbox of another form.
example.
i have some labels ilke student,staffs,subjects and on respective label click the
the datagridview changes.
so i want to edit the row then i double click on datagrid row or click on edit button then that row data should come in form to edit

can anybody help please.
Posted
Comments
Aniket Yadav 9-Mar-12 0:32am    
Will you able to post the sample code here?
So that i can suggest you any modification in your code.
pravinbc 9-Mar-12 0:39am    
i am not getting how to start .Can you just show the way how i can do it?

1 solution

This is the link from codeproject

Have a look

how to display data in text boxes of form using data grid view[^]

this will guide 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