DotNetNuke - Module settings disapear on new user control.
Posted
by
jason clark
on Stack Overflow
See other posts from Stack Overflow
or by jason clark
Published on 2011-02-12T16:30:29Z
Indexed on
2011/02/14
15:25 UTC
Read the original article
Hit count: 256
Hi,
I have a DNN module which renders a user control (view.ascx)
All is ok ( I am logged in ) and I get the DNN settings menu.
however when I add another control and load it like so:
string url = Globals.NavigateURL(PortalSettings.ActiveTab.TabID, "View_Details", "mid=" + ModuleId.ToString());
Response.Redirect(url);
I lose the settings link when the new control loads.
Any ideas? Is there a property somewhere to turn on settings for the loaded user control?
© Stack Overflow or respective owner