AJAX - Features,Properties - ASP.NET AJAX
Q. Which of the following is true ?
1. AJAX is a platform-independent technology
2. AJAX can work with web application
3. AJAX can only work with ASP.NET
4. AJAX is a platform-dependent technology
- Published on 31 Aug 15a. 1, 2
b. 1,2,3
c. 1,3,4
d. None of the above
ANSWER: 1, 2
AJAX is a platform-independent technology that works with Web applications. Ajax (Asynchronous JavaScript And XML) enables your client - side web pages to exchange data with the server through asynchronous calls. By using AJAX you can create flicker - free pages that enable you to refresh partial page without a full reload and without affecting other parts of the page.