5
Reply

What is the basic goals of AJAX ?

Kumar Bhimsen

Kumar Bhimsen

Dec 25, 2015
3.2k
0

    The basic goals of Asp.net AJAX are :- 1. Reduce web server hits. 2. Reduce network load. 3. Interactive user Interface. 4. Platform and architecture neutrality. 5. Support for both synchronous and asynchronous communication. 6. Provide server and client side framework.

    Kumar Bhimsen
    December 25, 2015
    1

    The basic goals of Asp.net AJAX are :- 1. Reduce web server hits. 2. Reduce network load. 3. Interactive user Interface. 4. Platform and architecture neutrality. 5. Support for both synchronous and asynchronous communication. 6. Provide server and client side framework.

    Ashish Srivastava
    July 08, 2016
    0

    Reduce the traffic travels between the client and the server. Response time is faster so increases performance and speed. You can use JSON (JavaScript Object Notation) which is alternative to XML. ... You can use Firefox browser with an add-on called as Firebug to debug all Ajax calls.

    Munesh Sharma
    May 04, 2016
    0

    1. Improving performance and efficiency by negating page postbacks 2. Introducing partial page updates to refresh only parts of a web page 3. Reducing the network load

    Kml Surani
    January 09, 2016
    0

    1. Improving performance and efficiency by negating page postbacks 2. Introducing partial page updates to refresh only parts of a web page 3. Reducing the network load

    Ravi Patel
    December 28, 2015
    0