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