In my application(c#. net) I want to read xml form in javascript and call the javascript in drop down list.
Like there is a country dropdownlist and state dropdownlist, when we select country from country dropdownlist then the related states of the country will bind to xml from and the state xml form should call from javascript and bind the states to state dropdownlist (only client side action should be perform).
Like there is a country dropdownlist and state dropdownlist, when we select country from country dropdownlist then the related states of the country will bind to xml from and the state xml form should call from javascript and bind the states to state dropdownlist (only client side action should be perform).