3
Reply

get DataGridView selected rows to Main Form from other Form

Rakesh Kaushik

Rakesh Kaushik

Mar 7 2013 4:29 AM
2k
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)