Technological Guide.

How to access controls of MasterPage from ContentPage

Monday, May 18th, 2009

While using Master Page concept in our web project, some times we need to access the information of the MasterPage controls from the ContentPage. For example we need to access the LoginId information stored in the Lable control of the MasterPage.

Using VB code in Content Page to retrieve information

Using C# code to change the Master Page Control’s value from Content Page