Categories: Artikel.NET, ASP.NET, Controls.NET Posted by AlexanderZeitler on 5/7/2004 3:57 PM | Comments (0)

Abstract: "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."

Bubbling Events From Web User Controls in ASP.NET

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Comments are closed