What are the properties of xmlhttprequest?
Answer / Vineeta Pandey
XMLHttpRequest (XHR) has several properties, including responseText (the response as plain text), responseXML (the response as an XML document object), status (HTTP status code), and statusText (HTTP status message).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the basic controls in asp.net ajax?
Diff b/w javascript and jquery
What are the difference between AJAX and Javascript?
what is ajax
What is the basic goals of AJAX ?
1 Answers Beahead Private Limited,
Why we r using AJAX in ASP.NET ?
Which are the two methods used for cross domain Ajax calls?
How Ajax objects can be created?
Can you list some examples of ajax-based applications?
Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?
what is xmlhttprequest?
What are the pre-requisites to execute AJAX applications on a server?