Getting access to a custom Master page from a user control
Posted
by Bernard
on Stack Overflow
See other posts from Stack Overflow
or by Bernard
Published on 2010-05-24T13:59:14Z
Indexed on
2010/05/24
14:01 UTC
Read the original article
Hit count: 200
ASP.NET
Hi We have created a Master page that inherits off the asp.net Master class. We have also got ui controls that inherit off the standard asp.net ui control class. Our Master page has a public member variable. We need to be able to access that member variable from the ui controls that we use. However we can't seem to get at it? Is it our architecture that is wrong? Or the idea itself - user control getting acces to Master page variables?
© Stack Overflow or respective owner