MOHAMED JACKARIAH

MOHAMED JACKARIAH

  • 1.6k
  • 179
  • 33.2k

URL Rewriting

Aug 31 2012 4:37 AM
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)