Select statement based on previous field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

This may be a bit of a newbie question with an obvious answer, but I've dug
around everywhere and can't find out how to do it. I'm creating a .net web
app and have a series of drop-down lists that are all tied to sql tables.
The select statement in each of the drop-downs is based on the selection in
the previous drop-down (think the same sort of functionality that you see at
large automotive sites where you pick the year, and then the make and finally
the model).

I know that I have to concatenate all of the select statements after the
first one, but I don't know how to grab the selected value. The page itself
is asp.NET but the code behind everything is vb.NET

Thanks in advance,
-Mike
 
Back
Top