Response.Redirect will cause a ThreadAbort exception. To resolve this use
VB.NET
Response.Redirect(url,false)
C#
Response.Redirect(url,false) ;
Response.Redirect will cause a ThreadAbort exception. To resolve this use
VB.NET
Response.Redirect(url,false)
C#
Response.Redirect(url,false) ;
Share with