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
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