I have the same issue as Red_October. I have a button and the code behind for the button is
HttpContext.Current.Response.Redirect("URL", false);
when click on the button, system give this error "Object reference not set to an instance of an object"
can anyone help me with this issue?
|