Click here to Skip to main content
15,883,955 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a first dropdown control bounded to Objectdatasource1.
It has four items "item1", "item2", "item3" and "item4"
If "item1" or "item"4 is selected the second dropdown should be filled which is bounded to objectdatasource2.
if "item2" or "item3" is selected the third dropdown should be filled which bounded to objectdatasource3.

can any one suggest how to achieve this task?
Posted

Just Google/CP Search for 'Cascading Dropdown'.

What you are looking for is populating a second dropdown based on the value selected in first dropdown.

If not anything else, Ajaxtoolkit has a cascading dropdown[^] control.
 
Share this answer
 
v3
On selected index change check the Selected Value of a DropDown List and according to that bind ur Further Drop downs!
 
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