As I see it, your cast should be: ((NIMS_Master)this.Master).MenuList
Manu
2009-05-27 14:38:25
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.Web.UI.MasterPage in App_Code and put my properties there. Sheesh, I'm not even sure why I thought I could access those class properties from within app_code.