ASP.NET AJAX Framework
Explain about the ASP.NET AJAX Framework.
Expert
ASP.NET AJAX Framework offers a platform where such type of applications can be developed which uses the AJAX concept. AJAX has the collection of technologies for creating dynamic pages at client side. JavaScript requests are responsible for retrieving data from the server or send data to the server. Some of processing at the server needs handling of the requests, like storing and searching of the data. These tasks can be attained more easily by using the AJAX Framework.
AJAX Framework is devoted completely for processing the requests. The objective of AJAX engine is to decrease the delays which user notices while performing a postback to the server. AJAX Framework enables JavaScript functions to send requests to server at the client side. Whereas, it permits the server for processing the client's request, searches data, and then responds the result to browser.
Specify difference between the asynchronous postback and the synchronous postback?
What are the different ways to manage state in ASP.Net?
In what way we can enable the text box to modify its characters format for a user to enter the password?
How can a text box be enforced to show characters in the uppercase?
Describe DataReader object?
Name the different methods provided by a DataSet object to create XML?
Illustrate how do you create a Cookie?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
Explain abstract classes and List the different characteristics of an abstract class?
Describe briefly about ASP or Active Server Pages?
18,76,764
1931651 Asked
3,689
Active Tutors
1430285
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!