8
Reply

Transfer Data From One Datagridview To Another

mahesh waghela

mahesh waghela

Jul 14 2011 12:41 PM
12.4k
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?.



Answers (8)