AspNetCore.Docs/aspnet/web-forms/videos/how-do-i/how-do-i-add-client-script-...

1.7 KiB

uid title author description ms.author ms.date ms.assetid msc.legacyurl msc.type
web-forms/videos/how-do-i/how-do-i-add-client-script-event-handlers-controls-on-an-aspnet-page [How Do I]: Add Client Script Event Handlers Controls on an ASP.NET Page? | Microsoft Docs rick-anderson In this video Chris Pels shows how to add client script events to controls on an ASP.NET page. First, several ASP.NET controls are added to the page and an e... aspnetcontent 04/23/2009 90255eda-36a2-42c6-b6b3-b5a76fee8c44 /web-forms/videos/how-do-i/how-do-i-add-client-script-event-handlers-controls-on-an-aspnet-page video

[How Do I]: Add Client Script Event Handlers Controls on an ASP.NET Page?

by Chris Pels

In this video Chris Pels shows how to add client script events to controls on an ASP.NET page. First, several ASP.NET controls are added to the page and an event handler is added for standard server-side processing of the Click event for a button. Next, client side JavaScript event handlers are added for Mouseover and Mouseout client side events that call JavaScript functions on the page to change a button background color. Next, key presses are captured for a textbox by adding a client side event handler. Then the OnClientClick attribute is shown as the way to handle client site click events for a button in addition to server side processing. Finally, several client side event handlers are defined by adding them programmatically in the server Page_Load event.

▶ Watch video (12 minutes)