Master Pages
 
Working with controls and properties from Master Page
 
You can nicely access the controls and properties that the master page exposes while working with master pages from a content page. The master page exposes a property known as Master, when inherited by the content page. You can use Master property to get control values or custom properties that are contained in the master page itself.