What is the asp.net ajax framework? What versions have been released so far?
Answer / Viashali Tyagi
The ASP.NET AJAX framework allows for partial page updates, improved performance, and a richer user experience in web applications. The main releases are ASP.NET AJAX 1.0 (released with .NET Framework 2.0), ASP.NET AJAX Extended 3.5 SP1 (released with .NET Framework 3.5 Service Pack 1), and ASP.NET AJAX 4.0 (released with .NET Framework 4).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to cancel the current request in ajax?
When will html_ajax have a stable release?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev
How we can send data to server using ajax?
What are the components of the ASP.NET AJAX architecture?
How we can send more values through the response text?
What does json stand for?
How to send an ajax request in javascript?
What are the requirements to run asp.net ajax applications on a server? : asp.net ajax
Describe ajax control extender toolkit? : asp.net ajax
What's the difference in HTML AJAX, ASP.Net AJAX?
What is Synchronous and Asynchronous AJAX request.