Hello guys
We've a classic ASP application & we're trying to include few dynamic drop down list boxes with the application. For example, the first drop list box lets the users to select a currency, against which the 2nd drop down list box should provide different payment options.
Both the listboxes are populated against database tables, by parameterized queries. I've gone through a whole day long workaround suggestions, most of which were requiring us to submit the current form, then to use the querystring values to populate the 2nd list box.
This legacy application is too complex & most of the forms elements are generated dynamically based on user's various selections. Hence, submitting the form to retrieve the previous selection value looks least feasible in our case.
Any suggestions using javascript/or equivalent with an example will be really helpful to us.
Thank you guys,