Why we use AJAX in Asp.Net application?

 Posted by Rajesh_Kumar on 2/11/2014 | Category: ASP.NET AJAX Interview questions | Views: 2335 | Points: 40
Answer:

AJAX is used for updating portion of a web page without reloading or refreshing the whole page.
AJAX consists of an Asynchronous JavaScript and XML meaning that it uses Javascript for client side operations to avoid page refreshing.It alse uses XMLHttpRequest object which is used to communicate with servr-side scripts.

In short,we can say that AJAX is used for avoiding full page postback.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response