-
5
Answers
-
Last Activity:
long time ago,
hani damis
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I redirect to custom page using the below code.
lnkEdit.Attributes.Add("onclick", "return " + UrlUtils.PopUpUrl(DotNetNuke.Common.Globals.NavigateURL("Customer", "mid=" + this.ModuleId), this, PortalSettings, true, false, 500, 870));
then I want to go Home. it goes to home but in the same popup page. so I want to go to the main page not in pop up .
I redirect to the home page using the below code.
Response.Redirect(DotNetNuke.Common.Globals.NavigateURL(PortalSettings.ActiveTab.TabID, "Home", "mid=" + ModuleId.ToString()));