What is the role of Script Manager in Ajax?
Answer – Script Manager, as the name suggests is used to manage the client side script of Ajax…………. List out differences between AJAX and JavaScript. Answer – Ajax is Asynchronous Java Script and XML. Here on sending request to the server, one needn’t wait for the response…………….. Describe how to create AJAX objects. Answer – Ajax Objects can be created by the following syntax:…………. Define JSON. Answer – JSON is JavaScript Object Notation. JSON is a safe and reliable data………. Explain in brief abo XMLHttpRequest object Answer – XMLHttpRequest object is used to transfer data between a client and a server……. Describe the formats and protocols used by AJAX. Answer – Ajax uses HTTP’s GET or POST. AJAX also uses XMLHttpRequest protocol for requesting to the web server……………
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.