3
Answers

get DataGridView selected rows to Main Form from other Form

Photo of Rakesh Kaushik

Rakesh Kaushik

12y
2.4k
1
Hello Guys,
I have a form name frmEmployee with text box controls on it and a button Find also.
When i click Find button other form named frmFindEmployee open with one text box and dataGridView bound with tblEmployee. I want to fill frmEmployee's controls on the base of selected row from Datagridview. Please help me.

Answers (3)