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
- oh, wouldn't it be nice to get through my whole todo-list today... oh wouldn't it be nice. #GTD
- would be fun this weekend! RT @mosel: Cochemer Weinfest gestartet. Bis Montag steht Moselstadt Programm: http://bit.ly/a5KXZv
- saw a nice post about chucking 2nd monitor and using spaces. After 2 days of trying it I'm convinced it's more productive.
- got a letter from Portugal today. Turns out I won a 800,000 Euro lottery in Spain. nice.
- not easy to find an older post on twitter, is it? Ephemeral like a real conversation.
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?