Question Is this possible with DataGridView?

Roofuss

Member
Joined
Apr 19, 2009
Messages
9
Programming Experience
Beginner
Hi

If i have a DataGridView is it possible to insert the details of a selected row into another form to update?

If so...... How can i do this?

I have 2 forms frmMain (where the datagrid is placed) and frmCustomer (this is where i want the selected Row details to be inserted, so i can update them)


Thanks
 
Back
Top