DropDown Problem
-
Hi All I have a dropdownlist for country which is having countries, on the indexchange event of it i am filling states in another dropdownlist. state dropdownlist contains list of states for the country selected above. in the state list there is and item "other" if the user selects "other" the state dropdownlist disappears and a textbox appears. where then user can insert state name of his/her choice. My problem is after the state textbox has appeared if the user wants the list of states which wasin the dropdownlist he/she has to select some other country and then select the same country to get the state list filled in the dropdownlist. In other words he has to change the index of the country to get the list back. i want what he should just click on the country name in the dropdownlist of country and the state dropdownlist should appear with the states. can someone provide me the solution
Regards