Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load DropDown Box according to radio button selected...

Status
Not open for further replies.

nphani

Technical User
Feb 10, 2002
104
US
I have an ASP file with a set of radio buttons followed by drop down list...
The requirement is that the contents in the drop down list should change according to the radio button selected. I can think of using 2 drop down lists and alternately showing one of them (while hiding the other). But this means that there are 2 select boxes which makes it tough while updating the database with the values. So how can I do that with a single <SELECT>?

Thanx in advance
Phani
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top