Populate multiple dropdowns without postback?
Hi, I have a webform with four dropdown lists, each of which (apart from the first one obviously) must be populated after a choice is made in the one before it.
I want to avoid postbacks as much as possible as this isn't pleasant for the user (at least not 3 times in a row) - is there a technique (involving
a dataset with multiple tables I would guess) that will allow me to do this without postback?
Example of what I mean:
User chooses "Europe" in first dropdown, and second list instantly only contains countries in Europe, user chooses England, and third list instantly lists only cities in England etc
The dropdowns are of course related at the database end - as I understand it a dataset can contain related tables?
This must be a common requirement, but my searches so far have turned up very little!
Thanks for any help :)
|