Hi,
I am trying to dynamically set the container at runtime for a custom module I have written.
I have created a pageInit routine and added the following code into the view.ascx file.
ModuleConfiguration.ModuleTitle =
The title is being set to an empty string as intended but the module container is still defaulting to something other than that set in the container path and src.
Please could someone point me in the correct direction and let me know what I am doing wrong?
Thanks in advance.