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
using that code how can i doing the URL rewriting in my applpication
Akkiraju IvaturiPosted Sep 2, 2012, 5:02 PM
http://ilovemicrosoft.blogspot.com/2012/09/url-rewriting-in-aspnet.html