Click here to Skip to main content
15,889,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I have combobox1 and datagridview1.
combobox1 binds to table groupperson.

when user select item from combobx1 datagridview1 show id of selected item.
now I want datagridview1.columns[10] binds to another table and show name where id = combobox1 selected item id.

for example :

in combobox1 : user select friend where id = 5
when click button datagridview.columns[10] show 5

now I want datagridview1.columns[10] binds to another table and show name where id = 5 instead 5.
Posted
Updated 30-Mar-13 0:17am
v2
Comments
Chinmaya C 30-Mar-13 13:39pm    
Is the combobox inside the datagridview?

1 solution

Dear,Make your question clear.What are you doing and what you need to do?? That will help us to answer your question accurately.
 
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