Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to know how to transfer bound data from a datagridview to an unbound datagridview.

The data transfer would happen on a click event of the datagridview rows so that I can choose what data to transfer over.

I am then totaling up some numbers in a cell to a textbox.

I can do this with a textbox but then I have to use a delimiter and not sure how to do it with a listbox.

Is is possible to copy data over at runtime this way?
Posted
Comments
Sandeep Mewara 14-Sep-10 4:51am    
Unbound datagridview == table?

1 solution

it's posible

1st count the all rows using rowcount.and find the row which row u r selecting and get the data from same data set bind it.
 
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