41.What are the components of the ASP.NET Ajax Client Library?Following components are used in Ajax client library:
42.What are the controls of the Script Management group?The controls of script Management group are:
43.What are all the different data types that JSON supports?JSON supports following data types
44.What are the goals of Ajax?The basic goals of ASP.NET Ajax are:
45.What is the difference between proxied and proxyless calls in AJAX?Proxied calls are made through stub objects which can be called from PHP classes on the JavaScript side in AJAX. 46.How many types of ready states in Ajax?There are four ready states in Ajax:
47.What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?Following are the functions:
48.Which request is better, Get or Post?AJAX requests should use an HTTP GET request where the data does not change for a given URL requested. 49.What are the limitations of Ajax?An Ajax Web Application tends to confuse end users if the network bandwidth is slow and there is no full postback running. 50.Why Ajax is used?Ajax is used to get the data from server without refreshing the current page. 51.When we can use Ajax? Give Few Examples?Ajax can be used to get the data from Server when you don't want to refresh the page. See Below Scenario:
52.What files need to install to use Ajax in Website?Initially, no files required to use the ajax in your website. But to manage your ajax call in better way, you can use JS library which world used to use. 53.What js library are available to use the Ajax?Following are few JS library which are used for Ajax
54.What Browsers support Ajax?Today, All the Browser support ajax. Following are minium version of browser which support Ajax.
55.What is XMLHttpRequest?XMLHttpRequest is an API available to web browser scripting languages (i.e. JavaScript). 56.How we can send data to server using Ajax?We can use GET OR POST Method to send data. 57.What is Asynchronous in Ajax?We can set the Asynchronous value as true OR false. 58.What do the different readystates in XMLHttpRequest?Following are different stats(0-4) of ready state in XMLHttpRequest
59.What are advantage of AJax?
60.What are disadvantage of Ajax?It does not crawl to search Engine. |