1
Answer

Problem Response.Redirect

karthik.gopalan

karthik.gopalan

20y
2.1k
1
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
Answers (1)