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)
Thanks,
Anup Daware