Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

I am using VS 2005,.net framework 2,asp.net,c#.net
I have 3 dropdown list 1,2,3.
Based on the selection of dropdownlist 1, dropdownlist 2 should be filtered.
Based on the selection of dropdownlist 2, dropdownlist 3 should be filtered.

How to fill these dropdownlists to get best performance ?
Is it possible to do it in Javascipt?

George
Posted
Comments
[no name] 29-May-12 4:08am    
if ur dropdownlist data is static then yes u do in javascript use onchange event of each dropdown to filter out the data

Hi,
you can easily implement this using Jquery, here is a plugin[^] and this[^] is the demo.
Hope this will help.
 
Share this answer
 
 
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