Thread was being aborted

Such title above, is caused by Page Redirect inside try and catch methods.
That, could be solved by adding "false" parameter inside :

Response.Redirect("Page.aspx",false);

Okay, may it helps

No comments:

Post a Comment