EVENT HANDLING HELP...

  • Thread starter Thread starter Mike Speak
  • Start date Start date
M

Mike Speak

I have a user control that defines a number of LinkButtons - these
form a menu system for each of my web pages.

I have an event handler defined in the code-behind of the user control
that captures the event. this works ok...

How can I hook up the click event on each LinkButton to call an event
handler in each page, not an event handler in the user control?

TIA for any help or suggestions.
 
Back
Top