Ajax Parsing XML C#



I have a loginmein.aspx page with two textboxes and a button. I am calling a web service called verify.aspx, that if the login is correct, it returns hello! in xml format(below). I have built another simple application to learn how to call the same web service via ajax. how do I read "hello !" and display true or false by ajax to a label on a browser?


< ?xml version="1.0" encoding="UTF-8" standalone="yes"?> < response> < command method="alert"> hello world!< /message> < /command> < /response>


No comments:

Post a Comment