Click here to Skip to main content
15,889,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
There is two Dropdownlists in my form and both of them are to be filled in dynamically with values from database.The condition is that while users will select an option in the first dropdownlist, the second dropdownlist will be filled in automatically with appropriate values with respect to the first one.How can I proceed?

NB:No framework like struts, Spring etc hasbeen adopted.
Posted

You can use AJAX cascading drop down for this.
Follow below link for more details with a good example.

CascadingDropDown Example[^]

Hope it helps.
 
Share this answer
 
This[^] might help.
 
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