read the xml form in javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarithag
    New Member
    • Feb 2008
    • 1

    read the xml form in javascript

    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).
Working...