hi i am trying to add a row to datagridview using datagridviw1.rows.add(dgv.rows(1)) i am getting "Row provided already belongs to a DataGridView control" this error how i can overcome this problem . how i can add a row of one datagridview to another datagridview