I have two form from1 have DataGridView and form2 have DataGridView.
Form1 DataGridView load productcode and name from database.
from 2: from form2 i open the from1(DataGridView) and select the multiple checkbox of DataGridView (form1) pass the selected(checkbox) row of DataGridView to the from2 DataGridView after that from1 will close automatically.
Can anyone help in it please?