R
RedHair
I have a ASP.NET 2.0 web page which inherits a customized base page class
and have a master page,
their relation is as below
Customized base page class --> web page --> master page
How to access the property and control of master page from the customized
base page class?
Btw, I can access the server control of master page from base page class via
Cast + FinndControl,
however this method doesn't work on access a user control. how to solve?
Thanks in advance!
and have a master page,
their relation is as below
Customized base page class --> web page --> master page
How to access the property and control of master page from the customized
base page class?
Btw, I can access the server control of master page from base page class via
Cast + FinndControl,
however this method doesn't work on access a user control. how to solve?
Thanks in advance!