Which Ajax tool is extensively used on all pages?
-
UpdatePanel
-
iFrame Control
-
Ajax Calendar Control
-
Progress Bar
A
Correct answer
Explanation
In ASP.NET AJAX applications, the UpdatePanel control is the most commonly used tool. It enables partial-page rendering by dynamically updating designated regions of a page using asynchronous postbacks, avoiding the need to refresh the entire page.