1.What is Ajax?Ajax is abbreviated as Asynchronous Javascript and XML. It is new technique used to create better, faster and more interactive web systems or applications. Ajax uses asynchronous data transfer between the Browser and the web server. 2.What are Ajax applications?Browser based applications and platform independent applications are used by Ajax. 3.How many types of triggers are present in update panel?There are two types of triggers used in update panel:
4.What are all the controls of Ajax?Following are the controls of Ajax:
5.What is the name of the DLL that contains Ajax control tool kit?Ajaxcontroltoolkit.dll is the DLL used for Ajax control tool kit and it can be downloaded from the internet. It can be added in the tool box or copied directly in the bin folder. 6.What role of #&& in querystring?# is treated as fragment delimiter to delimit the history state and && precedes is used to check on the information in the query string. 7.How to control the duration of an Ajax request?AsyncPostBackTimeout property is used to control the duration of Ajax request. Deafult value of this property is 90 seconds. 8.What are the advantages of Ajax?Following are the advantages of Ajax:
9.What are the disadvantages of Ajax?Following are the disadvantages of Ajax:
10.What is update panel?Update panel is a server control used to update the specified portion of a web page. Script Manager needs to be used whenever update panel is used. Using update panel, user cannot handle outside controls. 11.Which are the two methods used for cross domain Ajax calls?There are two methods used to transfer data between the two more more security domains:
12.What are all the technologies used by Ajax?AJAX uses following technologies:
13.What are all the features of Ajax?Following are the features of Ajax and they are as follows:
14.What is JSON in Ajax?JSON is abbreviated as JavaScript Object Notation. 15.What are the components of the ASP.NET AJAX architecture?There are two components of AJAX Architecture:
16.What are the extender controls?The extender controls uses a block of JavaScript code to add new and enhanced capabilities to ASP.NET. 17.What is AJAX Control Extender Toolkit?AJAX Control Toolkit is one of the extenders that are used to extend or add the functionalities of the ASP.NET controls. The extenders use a block of JavaScript code to add new and enhanced capabilities to the ASP.NET controls. 18.Where AJAX cannot be used?Users cannot use AJAX if
19.What are the pre-requisites to execute AJAX applications on a server?AJAX is a built-in functionality of .NET Framework 4.0 and AJAX application can be executed by just installing MicrosoftVisual Studio 2010. To use extenders in your applications, you are required to install AJAX Control Toolkit and copy the AjaxControlToolkit.dll file to the Bin directory of your application. 20. What is AJAX Framework?ASP.NET AJAX is a free framework to implement Ajax in asp.net web applications. It is used to quickly creating efficient and interactive Web applications that work across all browsers. |