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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to filter data in a drop down based on selection in other dropdown

Status
Not open for further replies.

Kingkumar

Programmer
Jan 21, 2003
167
US
Hi,
I am new to asp so please excuse my silly questions.

I need to have 3 drop downs on my asp page and the data in the drop down should be filtered based on the selection in the above drop down.
eg. Until user selects something from dropdown 1 nothing should be displayed in drop down 2& 3
and based on selection in 1 data in 2 should be filtered out and similary based on 1 & 2 the data in 3 should be displayed.

so the questio i have is IS IT possible to do in asp?
if yes then can i do it one recordset or i have to have three different ( i mean based on fist selection the database is accessed again and so forth.)

Thanks for your help

--King
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top