all groups > asp.net caching > april 2005 >
You're in the

asp.net caching

group:

window.open seems to cache new page


window.open seems to cache new page klynn
4/22/2005 5:29:13 PM
asp.net caching:
I have a page that I want to open with window.open() but it doesn't ever run
page_load or even re-read the page (it seems to cache the original version of
the page). If I do response.redirect, it runs just fine (but I absolutely
must have it open a brand new page)...
Re: window.open seems to cache new page Brock Allen
4/25/2005 9:47:32 AM
Have you tried Response.Cache.SetNoStore() in the page?

-Brock
DevelopMentor
http://staff.develop.com/ballen



[quoted text, click to view]


RE: window.open seems to cache new page klynn
4/25/2005 7:04:01 PM
Not yet. Thanks. That might actually be better. I also solved the problem by
using:
<% OutputCache Duration="2" ....
But that actually caches it. So probably better to use your solution.

[quoted text, click to view]
AddThis Social Bookmark Button