FN-FORUM: .NET Thread Abort
date posted 16th May 2006 20:00
Hi,
Just a quick question that's puzzling me...
In an ASP.NET VB codebehind page if I use a construct in the page_load sub
like:-
If isPostBack Then
Response.Redirect("somepage.aspx")
Else
Do some other stuff
End If
In some pages is does the redirect fine, in others it throws and exception
and complains about threads aborting.
Does anyone know how to make this work consistently?
TIA,
Craig