R
RedHair
I have a base page class A which inherits System.Web.UI.Page class
then a aspx page B inherits class A and have a master page C.
There is a property D (a string variable) in the master page C.
How can I access the property D from the base page class A?
PS: I know how to use reflection to access control of master page C from the
base class A.
then a aspx page B inherits class A and have a master page C.
There is a property D (a string variable) in the master page C.
How can I access the property D from the base page class A?
PS: I know how to use reflection to access control of master page C from the
base class A.