Bubbling Events From Web User Controls in ASP.NET


Server Intellect Web Hosting Solutions


Bubbling Events From Web User Controls in ASP.NET

Author: Scott Allen

ASP.NET event bubbling allows child controls to propagate events up the controls hierarchy and allows event handlers to be attached to the original control as well as to the control that exposes the bubbled event. This C# code example demonstrates event bubbling from a web user control (ASCX) to a parent page (ASPX) and the shows the flow of events through execution.










More Tutorials

Also See:

Denying access to view XML, XSL Files
Tracking Database Changes Using History Tables (Part 1)
Asynchronous Data Access in ASP.NET (Live demo)
ASP.NET Spiced: AJAX
Enter Key in ASP.NET - Complete Research
A tale about a victory involving ASP.NET and encapsulation
Modifying Web.config file programmatically
Code Access Security (CAS) and Design Patterns
Meet DependencyObject and DependencyProperty, the .NET Data-Binding Boosters
The Stratifier - Layering ASP.NET Application Code



Copyright© 2005 ASP Intellect | All Rights Reserved

ASP.NET Tutorials
AspNet Tutorials ASP.NET 2.0 Code Examples, Snippets and Tutorials

ASP.NET Tutorials C++ Tutorials C# Tutorials Visual Studio.NET Tutorials
.NET Framework Tutorials Mobility Tutorials Office Tutorials Visual Basic.NET Tutorials