F
Frank
I would like to close the cache, so I put the following statement on the
head of A.aspx,
<%@ OutputCache Duration="1" Location="None" VaryByParam="None"%>
However, when I view that A.aspx, and click one link to B.aspx, in there
something about page A.aspx is changed. Then I click BACK button to view
page A.aspx, IE shows Page not found error message in the first time. If I
press F5 to refresh, IE shows ok again. Now if I click the link to B.aspx
and click BACK button again, this time IE shows ok. ONLY FIRST TIME, IE
shows error message.
How to make IE always show ok?
---Frank
head of A.aspx,
<%@ OutputCache Duration="1" Location="None" VaryByParam="None"%>
However, when I view that A.aspx, and click one link to B.aspx, in there
something about page A.aspx is changed. Then I click BACK button to view
page A.aspx, IE shows Page not found error message in the first time. If I
press F5 to refresh, IE shows ok again. Now if I click the link to B.aspx
and click BACK button again, this time IE shows ok. ONLY FIRST TIME, IE
shows error message.
How to make IE always show ok?
---Frank