AspNetCore.Docs/aspnet/web-forms/videos/aspnet-ajax/how-do-i-use-the-aspnet-aja...

1.5 KiB

uid title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod msc.legacyurl msc.type
web-forms/videos/aspnet-ajax/how-do-i-use-the-aspnet-ajax-updateprogress-control [How Do I:] Use the ASP.NET AJAX UpdateProgress Control? | Microsoft Docs JoeStagner In an AJAX application there is often a noticeable pause between the time the browser makes a network request and the time the browser receives a response. T... aspnetcontent wpickett 03/20/2007 article fadc5c5a-e481-4472-b339-715cc036dc4e dotnet-webforms .net-framework /web-forms/videos/aspnet-ajax/how-do-i-use-the-aspnet-ajax-updateprogress-control video

[How Do I:] Use the ASP.NET AJAX UpdateProgress Control?

by Joe Stagner

In an AJAX application there is often a noticeable pause between the time the browser makes a network request and the time the browser receives a response. To let the user know that the network conversation is taking place, the ASP.NET AJAX UpdateProgress control provides immediate feedback by displaying an animated image, 'loading' text, or other HTML that disappears once the network response is received.

▶ Watch video (6 minutes)

[!div class="step-by-step"] Previous Next