Hi,
I have a Data grid in a Winform which has been binded with a table called Student with 10 rows.
In the same form, I have 3 Label and textbox controls. when i double click particular row in th grid, the respective data should be displayed in those Textboxes.
Let us take I have 3 fields in my Student table.( StudentNo, Name, Dept).
Can you suggest me what would be the solution to do this?
Regards,
SugumarR
I have a Data grid in a Winform which has been binded with a table called Student with 10 rows.
In the same form, I have 3 Label and textbox controls. when i double click particular row in th grid, the respective data should be displayed in those Textboxes.
Let us take I have 3 fields in my Student table.( StudentNo, Name, Dept).
Can you suggest me what would be the solution to do this?
Regards,
SugumarR