Response.Redirect and Response.End
I discovered once myself automatically writing redirects like this:
Response.Redirect("otherpage.aspx");
Response.End();
NB! This blog is moved to gunnarpeipman.com
Click here to go to article
I discovered once myself automatically writing redirects like this:
Response.Redirect("otherpage.aspx");
Response.End();
NB! This blog is moved to gunnarpeipman.com
Click here to go to article
Comments have been disabled for this content.