Accessing Master page properties
Posted on : 14-05-2008 | By : Utkarsh Shigihalli | In : .net, asp.net
0
Other day I needed to access the property defined in Master page and was facing an issue. The issue was what if the master page is renamed? The namespace would change and it will break the code.
I googled for a better option and found exactly what I wanted. Below is the link where the author has neatly explained how this can be done.
http://dotnetbyexample.blogspot.com/2007/10/right-way-of-accessing-master-page.html



