I have a master page and I want to change his elements from different page.
Actually the goal is to create the site management page, it will be possible for example to change a master page menu.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Provide a public method in your MasterPage that changes it’s content, for example:
Then you can call it from your ContentPages as well as from any UserControl inside of any ContentPage in the following way(
YourMasterPageis the actual type of the MasterPage):