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).
djfriedmann twitter feed
- @online_pkv_de um welche Frage geht es denn?
- First night without the kids in ages. Scotch, fire, candlelight. Looking at pics of kids though...
- an old man told me this morning: "If you're healthy, you're rich". So easy to forget that during the daily hustle.
- looking at MPM solutions for apache. Have looked at itk, peruser or chroot jailing.. Any experiences / advice out there?
- @nikiblack crepes are simple, and my kids usually eat the plates they were served on. Try this out: http://t.co/9O52CoQR
One Response
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
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?