Hi guys,
I had developed a product catalog module in Asp.net 1.1, Now I want to display the product catagory at the module container title. I have try following code to reset the module containter title
Dim controller As New DotNetNuke.Entities.Modules.ModuleControlController '.Modules.ModuleControlController
Dim moduleCtrlInfo As DotNetNuke.Entities.Modules.ModuleControlInfo = controller.GetModuleControl(292) '292 is my view control ID
moduleCtrlInfo.ControlTitle = "My Custoemr Catagory Name"
But no luck. In simply words i want to reset the module Container title. How can i do that.
Waiting your quick and positive response.