Explain ASP.NET Ajax Framework

Explain ASP.NET Ajax Framework.

ASP.NET Ajax framework is an open source javascript library to build AJAX enabled web applications. This library includes all the AJAX control toolkit controls which can be used from server side and client side as well.

Explain ASP.NET Ajax Framework.

ASP.NET Ajax Framework is used for implementing the Ajax functionality. It allows you to create interactive web applications which can update data on the web page without changing the actions of the existing page. The frame work includes both client and serer side components. The framework can be used best in ASP.NET 2.0.
Limitations of Ajax
Limitations of Ajax - Back functionality cannot work because the dynamic pages don’t register themselves to the browsers history engine.
What is the role of Script Manager in Ajax?
What is the role of Script Manager in Ajax? The ScriptManager controls client script for ASP.NET AJAX pages. It also registers the script for the AJAX Library.
Difference between AJAX and JavaScript.
Difference between AJAX and JavaScript. JavaScript is a client-side script, used to control a web page at the client side once it has downloaded....
Post your comment