Problem Response.Redirect
Hi,
From my aspx page I am redirecting to the another apsx using the following code
Response.Redirect("ErrorPage.aspx?key=5001");
I am getting exception as
Thread was being aborted.
why i am getting this error? Is there any to for redirecting the page with Qurystring
Thanks,
karthik G
fadil1977Posted Oct 19, 2004, 3:44 AM
Response.Redirect("ErrorPage.aspx");Otherwise, post the error message so we can tell what could be the problem.