Solution for this error:
this error occurs sometimes when user try to redirect page to another page e.g.
response.redirect("mypage.aspx");
to solve this error plz use following syntax:
response.redirect("mypage.aspx",false);
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment