6
Shouts

Bubbling up events from user control to parent page/control

published 804 days, 12 hours, 12 minutes ago posted by kcherupakcherupa 805 days, 14 hours, 54 minutes ago
Tuesday, March 09, 2010 1:17:24 PM GMT Monday, March 08, 2010 10:34:44 AM GMT

It is a good practice to use user controls when same controls are repeated in many pages. But there are some cases where the user control has some controls which generate events and those need to be handled by the containing page/user control. For eample there is a button control in the user control and you want to do something...

category: ASP.NET | clicked: 0 | | source: cherupally.blogspot.com | show counter code
tags: user controls, Event, bubble up, Event Handler