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

populated comboboxes on client side from asp code

Status
Not open for further replies.

Jeet2004

MIS
Jun 29, 2005
96
US
Hi,
here is what i need to do.
i have three comboboxes on an asp page where selection in first box determines list of items to be shown in second combobox and selection in first and second combobox determines things to be shown in third combobox.

The list of items need to be populated from the database.
so i need help to
1.populated the javascript array from asp code
2.how can i make client side population of comboboxes whenever the selection of one of the boxes changes without posting the page.

Any code examples would be greately appreciated.

Thanks
 
there are 3 examples in the FAQ section on this topic...

check them out...

-DNG
 
Jeet - Also, please ask you question in only one forum. Something like this where 2 languages are used (ASP and JavaScript) is usually going to be answered better in the ASP forum since most ASP Coders also use JavaScript while only some JavaScript coders use ASP...

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top