AJAX advantages - ASP.NET AJAX

Q.  What are the advantages of AJAX?
- Published on 24 Jul 15

a. AJAX is a platform-independent technology
b. It provides partial-page updates
c. Improved performance
d. All of the above

ANSWER: All of the above
 

    Discussion

  • Digvijay   -Posted on 20 Oct 15
    Asynchronous JavaScript and XML (AJAX). AJAX is a platform-independent technology that works with Web applications. The XmlHttpRequest is a main object in AJAX. AJAX makes asynchronous calls to a web server. This means client browsers are avoid waiting for response.
    The following are main advantage of AJAX.
    • AJAX is a platform-independent technology
    • It provides partial-page updates
    • Improved performance
    • client-side processing
    • Easier navigation

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)