What is ajax and how does it work?
Answer / Akif Shabbir
{"definition": "AJAX (Asynchronous JavaScript and XML) allows web browsers to update parts of a web page without reloading the entire page. It's based on a combination of HTML, CSS, and JavaScript, with additional technologies like XMLHttpRequest for making server requests.", "process": "The process involves sending an asynchronous request from the client-side (using JavaScript) to the server, receiving a response, and updating the webpage without refreshing it."}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the name of the DLL that contains Ajax control tool kit?
What are the important methods of xmlhttprequest?
Is AJAX code cross browser compatible?
What are the differences between ajax and javascript? : asp.net ajax
Which request is better, Get or Post?
What's the difference in HTML AJAX, ASP.Net AJAX?
Describe Ajax With its Implementation Process ? Give an example?
What is a simple example of where a ajax request would be used?
Does load runner support ajax apps?
What meaning has asp.net ajax?
What are the requirements to run asp.net ajax applications on a server? : asp.net ajax
Is it possible to upload a file using Ajax ? Reason