--- uid: web-forms/videos/aspnet-ajax/how-do-i-update-multiple-regions-of-a-page-with-aspnet-ajax title: "[How Do I:] Update Multiple Regions of a Page with ASP.NET AJAX? | Microsoft Docs" author: scottgolightly description: "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..." ms.author: riande ms.date: 07/09/2007 ms.assetid: 7572654d-6fa2-4ea3-a43b-56a8578af0f6 msc.legacyurl: /web-forms/videos/aspnet-ajax/how-do-i-update-multiple-regions-of-a-page-with-aspnet-ajax msc.type: video --- [How Do I:] Update Multiple Regions of a Page with ASP.NET AJAX? ==================== by [Scott Golightly](https://github.com/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 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)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-update-multiple-regions-of-a-page-with-aspnet-ajax) > [!div class="step-by-step"] > [Previous](how-do-i-implement-the-ajax-after-processing-pattern.md) > [Next](how-do-i-choose-between-methods-of-ajax-page-updates.md)