Ray
Fri Aug 13 09:31:40 CDT 2004
Basically, you can either load ~all~ of the available data once when the
page loads and then use client-side scripting to modify combobox2, or you
can load the first combobox data, and when the user selects an option, make
the second request to the server.
This page contains links to examples of various methods:
http://www.aspfaq.com/show.asp?id=2270
Ray at work
"Carolyn Speakman" <CarolynSpeakman@discussions.microsoft.com> wrote in
message news:AA27968E-6DB8-48AE-A583-2FD961003C11@microsoft.com...
> hi,
> would anyone be able to tell me how to dynamically populate a 2nd combo
> box
> based on a value selected in the 1st combo box? I'm thinking that it must
> be
> a onchange event from the first combo box but i don't know what the event
> is.
>
> the values will be pulled from a database and i'm creating an ASP page so
> vbscript or javascript would be useful