Rank: Member Groups: Member
Joined: 6/11/2007 Posts: 13
|
This may be a dumb question, but it is something that I am stuggle to figure.
I have an eo modal dialog that I am using to show another page from the site. the page url is the same, but the querystring changes for the page. (The page is used to show data). The page is reused often many times, showing different data.
For some reason, the page always shows the last page shown via this dialog until the page has refreshed with the new data for the current request.
Is there a simple way to force the page to not show the prior page?
Thanks, john
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
You need to turn off cache on that page. This is not related to our product at all --- Please refer to MS documentation about the @Cache directive.
|