How do I make use of Ajax in javascript? Using VS.NET2003?

Questions by mkatpatal   answers by mkatpatal

Showing Answers 1 - 3 of 3 Answers

ravi

  • Jan 3rd, 2007
 

AJAX:

   Asyncronouse Java Script and XML.

  It is a new Technology for improving performance of web application.

  With out AJAX:

      when a client makes subsequent request to the server,total form data will

      move to server and processing and gets responce.transferring total form

     data will decerease perfomance ratio.

 With Ajax:

    When a client makes subsequest request to the server,only required

    processing data only transefered and perform and gets response.here only

    controle data only will move.(That is Asyncronouse XML object with Java

    Srcipt)

   

   

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions