Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.67/5 (3 votes)
See more:
Hi ,

I am using three combo box ,Name,location,id.

if i select name means i need to bind other two ie,location and id in that particular combo box. These task i completed, But right now i need show all the value in all the three combo box that is if select one name then i need to get location India and id 123. if select location Japan i need to get name and also id like wise id also. in location and id combo box i need to display all the value and also i want to fetch and bind appropriate value in other combo box.

Regards,
Karthick
Posted
Comments
Prerak Patel 31-Aug-11 3:06am    
What is the problem?
[no name] 31-Aug-11 3:14am    
i need show all the value in all the combo box and also i need sort the value if i select name then i need country and id. if i select country means i need to get name and id . and also for id i need to get name and country
Robert Rohde 31-Aug-11 3:54am    
Why do you not just use one Combobox where all infos (id, name and location) are shown together?
[no name] 31-Aug-11 4:37am    
No i am using three combo box ..
Sergey Alexandrovich Kryukov 31-Aug-11 13:18pm    
This is called "garbage in -- garbage out". Rectify you data model, then add adequate UI, don't mix them together.
--SA

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