Transfer Data From One Datagridview To Another
I have a two datagridview as
datagridview1
datagridview2
datagridview1 has a checkbox columns which check the rowindex and transfer the same row to another datagridview2
datagridview1 is a databound control and having columns as below:
checkbox Column,Name and Amount
where as datagridview2 also having same column accept checkbox column.
I wants to transfer data of datagridview1.selected rows to another datagridview2 by click on checkbox column.
How to do?.