Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai I have a windows application. Now I have two forms.

Form1 contains GridView that contains 10 records.
Eg:

id Name
1 Venkat
2 Srikanth

Form2 contains one combobox.

when I click on gridview row that row data should display in Combo box in form2.
Posted

In Form1 you have to build an ObjectReference to Form2 - then you are able to access the Combobox from Form2 with this way ...
 
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