ASP.NET Event delegation between user controls
- by Ishan
Give the following control hierarchy on a ASP.NET page:
Page
HeaderControl (User Control)
TitleControl (Server Control)
TabsControl (User Control)
other controls
I'm trying to raise an event (or some notification) in the TitleControl that bubbles to…