Infolink

 

Search This Blog

Showing posts with label C# Event Handlers examples. Show all posts
Showing posts with label C# Event Handlers examples. Show all posts

Dec 7, 2012

C# Event Handlers and Delegates

C# Event Handlers and Delegates in ASP .Net with Web User Controls

This article should help as a general how to on event handlers and delegates in C# as well as propose a different way to handle cross page methods in your ASP .Net website from a web user control or other page.

Create event handlers and their delegates in the user control, fire them from the methods tied to the internal controls protected events, and define the methods that will handle the new events in the page (see code below).

This article should help as a general how to on event handlers and delegates in C# as well as propose a different way to handle cross page methods in your ASP .Net website from a web user control or other page.
Related Posts Plugin for WordPress, Blogger...