Thread was being aborted

Thread was being aborted

Error :

Thread was being aborted

Solution :

When using try..catch Exception in your application sometimes it shows Thread was being aborted Error.First you should check any response.redirect is in your aspx page.if response.redirect is in your page ,you must give endresponse is false.

Response.redirect(”Pagename”,false);

Leave a Reply


All material @ copyrighted by chrisranjana.com. If you want to link to this article you are welcome to do so. Unauthorized publication is strictly prohibited. This developer tutorial website contains articles by Php programmers , Software developers, Mysql programmers and asp c# programmers. This website also contains ajax tutorials and advanced mysql sql stored procedures and functions tutorials and sample codes.