ASP.NET 4.0 : Avoid Round Trip, use Response.RedirectPermanent
When we use Response.Redirect to move from one page to another we ideally also call HTTP 302 Found. This increases extra trip
More:
ASP.NET 4.0 : Avoid Round Trip, use Response.RedirectPermanent


