In the master page I have a container on top of the page, which should hold buttons specific to the content page. In a content page, I have buttons like "Create", "Modify", etc... The container in the master page should always be on top, but the buttons will eventually change with different content. Any idea on how I can bind content page functionality to the one of the master page? Currently I have a panel in the master page and during run time, I attach the button from the content page, but the event handler is not attached and renders only a page reload. Why is that happening?
Thanks for the help!
Branko