Response.End() method in .net2.0 urgent help needed
-
Hi I was using Response.End() method in .net 1.x successfully. But in .net2.0 its giving exception "Thread is being aborted." Any solutions for it? Please replay fast its urgent.
-
Hi I was using Response.End() method in .net 1.x successfully. But in .net2.0 its giving exception "Thread is being aborted." Any solutions for it? Please replay fast its urgent.
Response.End will stop the rendering of the page, you may did not see on 1.1 the exception, but there was the exception there. So works well. What are you trying to do? Cheers Al My eMail control My Blog
-
Response.End will stop the rendering of the page, you may did not see on 1.1 the exception, but there was the exception there. So works well. What are you trying to do? Cheers Al My eMail control My Blog
that i know but i just want to ignore the exception because rest functnality is working fine.