In c#.net I have a datagridview. I have four columns which I populate at runtime.
I want a user to be able to select a row on the datagrid and the information from one of the culumn from the selected row be populated to a seperate text box on my form.
I would be glad if someone could help me with that
I want a user to be able to select a row on the datagrid and the information from one of the culumn from the selected row be populated to a seperate text box on my form.
I would be glad if someone could help me with that
Comment