Hey
I'm creating a user control that I load in a module. In my user control I need to have the ModuleId , so I'm trying to get it using GetPortalModuleBase(this.Parent) but the moduleId it returns is -1 !! Any idea ?
Thx
I'm using C# - this operator.
Anyway, the strange thing is that even if I create in my module a PortalModuleBase and I call the method to instantiate the object, the moduleId is still -1.