Search Results

0
votes
2answers
319 views

Accessing a Property of a Master Page from a class that’s not part of a content page in ASP.NET

So I'm wiring up my first MasterPage, and everything is working great except for one thing. This is a legacy app, and I have an old BasePage class that all my content pages inherit. It inherits f …
0
votes

Accessing a Property of a Master Page from a class that’s not part of a content page in ASP.NET

So I had my BasePage in App_Code and was trying to set a property of my NIMS_Master class which was in the application root directory. I had to create a MasterBase class that inherits from System. …