from few days i was searching the internet for a solution but no thing worked. so in my c# project i have tow datagradeviews first one which contains the database data in form1 and the second datagridview in form2 the datagridview has a checkbox now i need to transfer the checked rows values to the datagridview in form2 when button is clicked , in other words i need to transfer the checked value form datagridview in form1 to the second datagridview in form2 when the button is clicked , i have tried some methods but it did't worked
looking for your help.