Hi, i am using Visual Web Developer 2005 Express, i work with Visual Basic.
I need to copy one row from gridview A to gridview B, i have a checkbox in the first column that i let the user check it if they want to copy just one row, and if they want to copy more rows is just check more. And when the user press one button i need to loop the gridview and see what are the checked checkboxes and copy those rows to the other gridview. Any one can help me with the code. Thank you.