G
Geoff Taylor
Hi,
I'm trying to get 3 DropDownLists in an ASP.NET 2.0 page working
together so that the value selected in DropDownList1 is used as a
parameter which tells DropDownList2 how to populate itself. Equally,
the value selected in DropDownList2 should tell DropDownList3 how to
populate itself. The three DropDownLists should work as follows:
Continent > Country > Region
When I select something in the Continent DropDownList, Country
changes, but Region does not. Does anyone know how I can get all three
DropDownLists synchronised together?
Thanks in advance,
Geoff Taylor
I'm trying to get 3 DropDownLists in an ASP.NET 2.0 page working
together so that the value selected in DropDownList1 is used as a
parameter which tells DropDownList2 how to populate itself. Equally,
the value selected in DropDownList2 should tell DropDownList3 how to
populate itself. The three DropDownLists should work as follows:
Continent > Country > Region
When I select something in the Continent DropDownList, Country
changes, but Region does not. Does anyone know how I can get all three
DropDownLists synchronised together?
Thanks in advance,
Geoff Taylor