datagridview problem

bhagwan_dhiraj

New member
Joined
Sep 1, 2008
Messages
2
Programming Experience
Beginner
i have a form with datagridview on it. i also have a complete button on it. now i want that after selecting a row from datagrid if i press complete button the selected record should go in another table.
 
Hello.

Yeah, that can be done on three hundred different ways depending on your backend. The easiest would to check if a row is selected, then add this row to the second datagridview and remove it in the first.

Bobby
 
Back
Top