Hello All:
I have navigation bar in my ASP screen. User has to select several values from drop-down box prior to hitting Submit button. The contents of the drop-down boxes change dynamically based on value selected in previous drop-down box. I’m populating the values in drop-down boxes from javascript arrays. At present the values in javascript arrays are hardcoded. Now I need to polulate the javascript arrays from SQL Server tables. I’m wondering what could be the best way to implement this. I really appreciate some suggestions.
Thanks
I have navigation bar in my ASP screen. User has to select several values from drop-down box prior to hitting Submit button. The contents of the drop-down boxes change dynamically based on value selected in previous drop-down box. I’m populating the values in drop-down boxes from javascript arrays. At present the values in javascript arrays are hardcoded. Now I need to polulate the javascript arrays from SQL Server tables. I’m wondering what could be the best way to implement this. I really appreciate some suggestions.
Thanks