My current problem, as stated in the title, is that I am trying to create a series of buttons from a custom class within app_code and place them on a master page.
The whole reason for this is I do not want to have to copy and paste event handlers on the content pages.
However, upon the click of these buttons I need for a method on the content page to be called and update html within a div of the content page.
Is there any way to accomplish updating the div of the content page from an event handler in the custom class? Remember, the method that updates the div exists on the content page.
Any help would be greatly appreciated.