What I want to do is make a dropdownlist choices change depending on other dropdownlists on the page. What I did is write all the possibilities in hidden textboxes. This works, but when there are a lot of choices, the page is slow.
Is there a better way to do this?
Thank you for your time
The best way to do this is with AJAX. In summary you will need to: