Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey everyone,

I'm creating a asp page in which a user has to select values among comboboxes. the thing is that when he selects first a value in the first combobox (the others are hidden), it's supposed that the following combobox appears with appropriate values in it. How can I do so and without the page reloading itself?
Posted
Comments
[no name] 16-Mar-12 18:51pm    
You'll have to use javascript, or even the jQuery library. Without seeing your page it will be hard to tell you how but start researching the client side onchange event.

1 solution

You might find this[^] to be useful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900