--- uid: web-forms/videos/how-do-i/how-do-i-handle-events-in-master-and-content-pages title: "[How Do I:] Handle Events in Master and Content Pages | Microsoft Docs" author: rick-anderson description: "In this video Chris Pels will show how events are handled in master and individual content pages. Even though the end result of a master and individual conte..." ms.author: aspnetcontent manager: wpickett ms.date: 02/21/2008 ms.topic: article ms.assetid: 9b5f1ca6-b394-4b33-8b60-fd0587341482 ms.technology: dotnet-webforms ms.prod: .net-framework msc.legacyurl: /web-forms/videos/how-do-i/how-do-i-handle-events-in-master-and-content-pages msc.type: video --- [How Do I:] Handle Events in Master and Content Pages ==================== by [Chris Pels](https://twitter.com/chrispels) In this video Chris Pels will show how events are handled in master and individual content pages. Even though the end result of a master and individual content page is a single ASP.NET page rendered in the user's browser the event handling in each type of page is handled separately. If a control is located in the master page the corresponding event handler is located in the master page by default. The same is true for controls in the content page. See two approaches to having the events for a control located in the master page handled in the code behind of the content page. This allows "communication" between the master page and content page. [▶ Watch video (23 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-handle-events-in-master-and-content-pages)