Skip to content

Categories:

Response.Redirect not working properly on IE8 ASP

just noticed some of our users are having trouble when logging out. The Response.Redirect call does not work in IE8(Vista).
Found another user showing this on http://www.vistaheads.com/forums/microsoft-public-internetexplorer-general/348183-ie8-reponse-redirect.html
Looks like an IE8 bug (and not the first).

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Posted in misc. Tagged with , , .

One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Just got the same trouble, this doesn’t going to work anymore:

    protected void btnSearch_Click(object sender, ImageClickEventArgs e)
    {
    HttpContext.Current.Response.Redirect(formattedGetUrl);
    }

    Any workarounds?

Some HTML is OK

(required)

(required, but never shared)

or, reply to this post via trackback.