Multiple choice technology web technology

Which Ajax tool is extensively used on all pages?

  1. UpdatePanel

  2. iFrame Control

  3. Ajax Calendar Control

  4. Progress Bar

Reveal answer Fill a bubble to check yourself
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.