Excellent, thanks Nathan.
The problem I'm having is that I want the variable set in the *Master*
page base class. Setting the variable in the Master Base Class
Page_PreInit event doesn't seem to happen before the Content Page Base
Class PreInit event, as casting the Master Page Base Class's public
variable in the Content Page Base Class only returns null...?
Also, 'Me.' does not seem to be working, do you mean 'this.'?
Cheers
Matt
The problem I'm having is that I want the variable set in the *Master*
page base class. Setting the variable in the Master Base Class
Page_PreInit event doesn't seem to happen before the Content Page Base
Class PreInit event, as casting the Master Page Base Class's public
variable in the Content Page Base Class only returns null...?
Also, 'Me.' does not seem to be working, do you mean 'this.'?
Cheers
Matt
Comment