However, read further on in the post, and you will see reasons why you shouldn't , reusability being one of them.
The master page is a shell, and should not be "tied" to any particular content page. If you look at the example in the link above, that is exactly what will happen.
What happens if you click the button on the master page and there is no textbox on the content page? An error. Then you have to write bad code to check if the textbox is there etc.
The content pages should be "disconnected from the master page". The content pages can access things on the master page, but the master should not directly access the content.
Why don't you explain further what exactly you are trying to do and why, and maybe we can come up with a better solution for you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.