1
Answer

URL Rewriting

Photo of MOHAMED JACKARIAH

MOHAMED JACKARIAH

12y
1.3k
1
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)