Thursday, August 13, 2015

ThreadAbortException with ASP.NET redirect

Response.Redirect("/newpage.aspx", False) HttpContext.Current.ApplicationInstance.CompleteRequest()

No comments:

How to Refactor Legacy Code Safely

How to Refactor Legacy Code Safely Understanding Legacy Code Definition and Characteristics of Legacy Code Legacy code generally re...