Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please provide code to copy selected row of datagridview1 to datagridview2.
Please provide as soon as possible.
Posted
Updated 15-Dec-10 23:37pm
v3
Comments
Dalek Dave 16-Dec-10 5:37am    
People will answer when they can, ask for immediate response is rude and unlikely to endear you to them.

1 solution

It is a common mistake to focus on what you see (the DataGridView) instead of focusing on the actual data. The DataGridView is only for showing you the data but the actual data source of that must be used to manipulate the data.

http://www.daniweb.com/forums/thread73529.html[^]

http://dotnetperls.com/datagridview-vbnet[^]

http://www.codeguru.com/csharp/.net/net_data/datagrid/article.php/c13041[^]

Good luck!
 
Share this answer
 
v2
Comments
Dalek Dave 16-Dec-10 5:37am    
Good Call.

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