Dropdownlist selected itm change
-
hi all, I have a dropdownlist databound with countries. what i would like to happen is that when a country is selected the correct fields for that country would be loaded onto the page via a user control. i.e. for the UK, they have post code instead of zip code and county instead of state for example. i have three user controls for each different address type i.e. american, european and the uk. In the database of countrys their is a data field value next to the different country so when the country is selected it loads the correct address control onto the page. how do i get the selected item change to work? I think it is something to do with postback?? Thanks in advance! JetSet!
-
hi all, I have a dropdownlist databound with countries. what i would like to happen is that when a country is selected the correct fields for that country would be loaded onto the page via a user control. i.e. for the UK, they have post code instead of zip code and county instead of state for example. i have three user controls for each different address type i.e. american, european and the uk. In the database of countrys their is a data field value next to the different country so when the country is selected it loads the correct address control onto the page. how do i get the selected item change to work? I think it is something to do with postback?? Thanks in advance! JetSet!