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
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