http://www.aspfaq.com/show.asp?id=2270
Don't forget to list IHC as a vehicle manufacturer! All those damn car
sites forget.
--
Ray at work
Microsoft ASP/ASP.NET MVP
"SirPoonga" <> wrote in message
news: ups.com...
> I think I'd have to do a combination of ASP and javascript to do this.
> What I want to do fill the first drop down box with values from a
> database query. Then based off that selection fill in the values of
> another drop down.
>
> Let's use the car industry as an example. Lets say I am storing in a
> database the data and relationships between car make, car type, and car
> model. So the first drop down box would like all makes. Upon
> selecting that the second dropdown will list all types (SUV, truck,
> sports car) that make has. That selection will drive the third drop
> down to list the models that match that make and type. All the data
> for that is stored in a database. How would I accomplish this?
>