I am building a module and on one of my View Controls (which inherits from PortalModuleBase) I am trying to use a User Control with in it.
However eventhough it also inherits from PortalModuleBase if I try and get the ModuleID it returns -1.
Any ideas or suggestions?
So what is the best way to pass the information down to the nested control? I have other information I would like to get to such as the name of the parent using it.
Thanks for your help in advanced.