AJAX.NET Interview questions


Total available count: 15
Subject - Microsoft Technologies
Subsubject - AJAX.NET

Explain about the Timer control in AJAX.NET?

1. The Timer control is used with an UpdatePanel control to allow partial page updates at a specified interval
2. It is mostly used when a periodically partial page update for one or more UpdatePanel controls is required without refreshing the entire page
3. This is useful to generate synchronized data with asynchronous postback with specified time intervals
 
Note: A running timer can be set with Partial rendering page.
 



Next 5 interview question(s)

1
Explain the UpdatePanel control?
2
What are the new features of ASP.NET AJAX 4.0?
3
What is the difference between synchronous postback and asynchronous postback?
4
What are the different types of Ajax extensions available in AJAX.NET?
5
What is ASP.NET AJAX?