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.

Script Manager, as the name suggests is used to manage the client side script of Ajax. Since Ajax uses Java Script, there needs to be a mediator to manage this script and restrict a particular version to a browser. A Script manager is present on every page where Ajax is used to enable the Ajax Libraries. These Libraries in turn helps to implement the core Functionality of Ajax: Partial rendering.
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....
How to create AJAX objects.
How to create AJAX objects. - Ajax Objects can be created by the following syntax:
Define JSON.
JSON stands for JavaScript Object Notation. It is a human readable format for data transfer over network.....
Post your comment