Question : Capture Linkbutton click event in Master page from Content page

   I need to capture a click event of a Linkbutton in the Master Page from the Content page.
I follow the post from:
http://professionalaspnet.com/archive/2007/01/11/Handling-Master-Page-Click-Events-in-the-Content-Page.aspx

  I can build it without problem but when I click on the Link button the event I handle in the code does not seem to happen.  Anybody has a solution for how to capture link button event occured in Master page and handle event in Content page, please give a help.  

Thank you.

Answer : Capture Linkbutton click event in Master page from Content page

To achieve this, what you have to do is: "event delegation".

http://stackoverflow.com/questions/1074761/handle-masterpage-event-on-contentpage

-Kusala  
Random Solutions  
 
programming4us programming4us