I am having a module named Products.
It has user controls named finished goods,row materials and intermediates.
When i load finished good control i want to change the Module title of the module to finished good. Same case with row materials and intermediates.
I tried with ModuleConfiguration.MosduleTitle.="title";
But this value is not updating.
Is there anyway to solve this?
Thanks in advance
Smikesh