Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have two datagridview.. first, show books data, and second, show books i want to order... i want to call selected row from first datagridview and show it to second datagridview... how to do this ? i googling in for two days, and i don't have the answer.. somebody please help me.. i really appreciate that
Posted

Get the selected row from the first gridview and add it to a data table. Then add the datatabe as the data source of the second gridview.
Hope this will help u
check http://uniquecoding.wordpress.com/2012/05/12/important-facts-about-datagridview/[^]
 
Share this answer
 
v2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900