I'm trying to create a webpage (using ASP) that has 2 drop down menus.
The choices of the 2nd drop-down menu depends on what is chosen in the first drop down.
The first drop down is populated from a database (using a loop) and the second one gets populated (from the database) based on what is chosen from the first one.
Does anyone have any examples of how to do this using HTML and ASP?
Or would it be easier using javascript as well as HTML and/or ASP.
I would paste in the code of what I have so far, but it is way too confusing to understand. I need to do some clean up first.
Any help is appreciated. Thanks.
The choices of the 2nd drop-down menu depends on what is chosen in the first drop down.
The first drop down is populated from a database (using a loop) and the second one gets populated (from the database) based on what is chosen from the first one.
Does anyone have any examples of how to do this using HTML and ASP?
Or would it be easier using javascript as well as HTML and/or ASP.
I would paste in the code of what I have so far, but it is way too confusing to understand. I need to do some clean up first.
Any help is appreciated. Thanks.