Link to home
Start Free TrialLog in
Avatar of arvindsha
arvindsha

asked on

Refresh drop down with data from database without subitting form.Canot use xmlhttp either.

i have two drop downs on an ASP .on selecting an option from the first, the corresponding data has to be pulled in from the DB and displayed in the second drop down. I have been trying to find out if theres a way to do this without using XMLHTTP, submit or remote scripting? Any help would be highly appreciated.
Avatar of apollois
apollois

Hi arvindsha,

Your best bet is probably client-side Javascript arrays loaded from DB by ASP.  For an example of the JS arrays, see the post by Fritz the Blank in:
https://www.experts-exchange.com/questions/20549470/ASP-Multiple-Categories-With-Drop-Downs.html

You will need to add the DB part.

Best Regards,
>apollois<
ASKER CERTIFIED SOLUTION
Avatar of sybe
sybe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arvindsha

ASKER

thanks to both apollois and sybe for their help.