AspNetCore.Docs/aspnet/web-forms/videos/aspnet-ajax/how-do-i-update-multiple-re...

1.7 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-update-multiple-regions-of-a-page-with-aspnet-ajax [How Do I:] Update Multiple Regions of a Page with ASP.NET AJAX? | Microsoft Docs scottgolightly In this video we learn that the ASP.NET AJAX UpdatePanel control provides two properties that you may use to update multiple regions of a Web page in respons... aspnetcontent wpickett 07/09/2007 article 7572654d-6fa2-4ea3-a43b-56a8578af0f6 dotnet-webforms .net-framework /web-forms/videos/aspnet-ajax/how-do-i-update-multiple-regions-of-a-page-with-aspnet-ajax video

[How Do I:] Update Multiple Regions of a Page with ASP.NET AJAX?

by Scott Golightly

In this video we learn that the ASP.NET AJAX UpdatePanel control provides two properties that you may use to update multiple regions of a Web page in response to a single client-side event. The UpdateMode property may be set to Always, in which case the panel will always update during a post back, or set to Conditional, in which case the panel will only update in response to specific events. The Triggers collection property allows you to specify those events that will cause the panel to update. Used together these properties allow multiple UpdatePanel controls to update in response to the same event trigger.

▶ Watch video (7 minutes)

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