When i write this in a static class i get red line bellow Response:
Response.Redirect("ErrorPage.aspx.aspx?Error=" + READERROR);
It asks me whether i have got a missing assembly. How do i fix this?
Namespace: System.Web
Assembly: System.Web
(in System.Web.dll)
But if you are defining in Static class, then I think it should be...
HttpContext.Current.Response.Redirect(....);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With