AspNetCore.Docs/aspnet/web-forms/videos/how-do-i/how-do-i-event-handlers-in-...

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/how-do-i/how-do-i-event-handlers-in-aspnet-web-pages-and-controls [How Do I:] Event Handlers in ASP.NET Web Pages and Controls | Microsoft Docs rick-anderson In this video Chris Pels will show how to create event handlers for ASP.NET web pages and web server controls. First, learn how to create page level events f... aspnetcontent wpickett 12/17/2007 article c18095ae-fe16-4bf9-98cd-460631af021f dotnet-webforms .net-framework /web-forms/videos/how-do-i/how-do-i-event-handlers-in-aspnet-web-pages-and-controls video

[How Do I:] Event Handlers in ASP.NET Web Pages and Controls

by Chris Pels

In this video Chris Pels will show how to create event handlers for ASP.NET web pages and web server controls. First, learn how to create page level events for the standard page events provided by the .NET Framework. See how to automatically bind the events to a page using the AutoEventWireup attribute as well as programmatically bind the events. Next, learn how to create and bind event handlers for the standard web server control events. Also learn how to connect multiple events for different controls to the same event handler. Finally, see the usage of the AutoPostbackTrue property for web server controls.

▶ Watch video (32 minutes)