Populating dropdowns client-side?

anup_daware

Newcomer
Joined
Mar 13, 2006
Messages
24
Location
India
In my application there are many inter-dependent dropdowns.
ie:- when user select value form dropdown1 according to that a query is fired and the data is populated in dropdown2 by applying the value selected in dropdown1 as filter.
Now the user wants this process to be done at client-side as there are too many dependencies.

(There is a database table in my project which stores all there dependencies.)

Please let me know if there is any way out so that I can implement this at client side.

(Note: - I am using ASP .NET 1.1)
 
Back
Top