1
Answer

URL Rewriting

string Jscript = string.Format("window.top.location.href='{0}';", @"/Tenants/TenantHome.aspx");
Page.ClientScript.RegisterStartupScript(GetType(), "Redirect", Jscript, true);

using that code how can i doing the URL rewriting in my applpication
Answers (1)