How to redirect to another View(UserControl '.ascx') in DotnetNuke?
问题 I am new in DotnetNuke. I don't know all the terminology of DotnetNuke. Please correct me. That will help me to improve. I have create a Simple Project with 2 UserControl. 1- View.ascx, 2- ModuleInfo.ascx 1- View.ascx: It contains a button. I want to redirect it to another User Control ModuleInfo.ascx Here is code. protected void btn1_Click(object sender, EventArgs e) { Response.Redirect(DotNetNuke.Common.Globals.NavigateURL("ModuleInfo"), true); } 2- ModuleInfo.ascx It contains static table.