This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
When click on Btn Cancel i get this exception even if i cath the exception
protected void BtnCancel_Click(object sender, EventArgs e) { try { Response.Redirect("Default.aspx", false); } catch (ThreadAbortException ex) { //do whatever you need to } }
Try this