Darrell Norton's Blog [MVP]

Sponsors

The Lounge

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
ASP.NET postback error?

I've encountered a very strange error in ASP.NET.  I've been able to reproduce it successfully and consistently in a test project.

Normally if you hit the back button, the page you go back to does not postback.  However, if on the second page you click a link that opens a new browser window (a hyperlink with target="_blank") and then click the back button on the original browser window, the first page will postback even though you only pressed the back button. 

SmartNav is not enabled.  This is on v1.1 of the framework.

Anyone ever seen/heard of this?  I can't find anything online, or in the newsgroups, or on the Microsoft support site.

UPDATE:  This is not an ASP.NET error, it is an Internet Explorer error.  Unfortunately I cannot have people switch browsers since it is a public site, but at least I know what's going on!  Thanks to those who helped.


Posted 02-23-2004 7:10 PM by Darrell Norton

[Advertisement]

Comments

Teucer wrote re: ASP.NET postback error?
on 02-23-2004 9:08 PM
interesting. what all browsers have you verified this with ... ?
Darrell wrote re: ASP.NET postback error?
on 02-24-2004 1:12 AM
Teucer - I posted this before I tried another browser. But I did try before you asked, so I'm not a complete moron. :)

Firefox does not have this problem, so it must be an IE bug.