what is meant by AJAX and its purpose?
Answers were Sorted based on User's Feedback
Answer / pritesh
AJAX IS WAY THAT PROVIDE MINIMAL PART OF PAGE TO BE REFRESH
RAHTER THAN REFRESH COMLETE PAGE, WHICH MAKE DATA SENT TO
SERVER & RECEIVE BY BROWSE MAKE LESS & INCRESE PERFOMANCE
| Is This Answer Correct ? | 47 Yes | 12 No |
in web development with the help of ajax we can retrive data from server
without refrashing or changing the behaviour of current page .
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / padma
Asynchronous Javascript And XML.(AJAX).
The web pages get refreshed asychronously to fetch the
responses from servers irrespective of client requests.This
will reduce the client interactions with the server every time
it needs to get the most recent data.
| Is This Answer Correct ? | 23 Yes | 8 No |
Answer / imrankabir
AJAX is used in asynchronous mode and client get data from
server parallel like in form validation if client enter
username and continue filling form and get response from
server for username whether is already exist or not and
client no need to wait for response and fill all form
without and resistance.
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer / karthikamburu
Ajax (sometimes called Asynchronous JavaScript and XML) is
a way of programming for the Web that gets rid of the
hourglass.The web pages get refreshed asynchronously to
fetch the
responses from servers irrespective of client requests.This
will reduce the client interactions with the server every
time
it needs to get the most recent data.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / karthikamburu
BY USING AJAX ,
IT CAN REDUCE THE PARTICULAR NETWORKTRAFFIC,
AND IT IS MOSTIL POPULAR IN INTERNET.
| Is This Answer Correct ? | 12 Yes | 8 No |
Answer / jayapreetha
AJAX MEANS ASYNCHRONOUS JAVASCRIPT AND XML.IT IS USED ON
THE CLIENT SIDE TO CREATE INTERACTIVE WEB APPLICATIONS.
| Is This Answer Correct ? | 10 Yes | 11 No |
What is Synchronous and Asynchronous AJAX request.
How do I handle the back and forward buttons in ajax?
What are the controls of the Script Management group?
Why do we use the updateprogress control in ajax? : asp.net ajax
How will you update multiple records in a single shot? From an ASP.net appli to SQL Serevr
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
What are asp.net ajax 4.0 validation controls?
Would we be able to settle the updatepanel controls?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
How do I submit a form or a part of a form without a page refresh?
What are the components of the ASP.NET AJAX architecture?
What is ajax and how does it work?