|
 |
aspx thread: Reload the Page when cache gets invalidated
Message #1 by "SATHISH C.G." <cgs@s...> on Fri, 10 May 2002 16:29:15 +0530
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_001B_01C1F83F.D3280D10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
hi,
I am having an .aspx page which has the OutputCache set to 60
seconds.. Now, what I want is I want my .aspx page to reload itself when
the Cache gets invalidated. I searched for events relating to this but
still unsuccesful. Can anybody help me out on this please?
Regards,
SATHISH C.G.
Message #2 by Feduke Cntr Charles R <FedukeCR@m...> on Fri, 10 May 2002 09:16:52 -0400
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1F824.F2EE2910
Content-Type: text/plain;
charset="iso-8859-1"
Sathish,
Do you want the page to get automatically reloaded every 60 seconds, or
reload only when the user triggers some event and 60 seconds have passed?
If you want to force a reload every 60 seconds, then try (from an earlier
post):
<meta http-equiv="refresh" content="60">
Also I believe "content" could have "someurl,60" to specify that a
different URL rather than the current URL should be used.
HTH,
- Chuck
-----Original Message-----
From: SATHISH C.G. [mailto:cgs@s...]
Sent: Friday, May 10, 2002 6:59 AM
To: ASP+
Subject: [aspx] Reload the Page when cache gets invalidated
hi,
I am having an .aspx page which has the OutputCache set to 60 seconds..
Now, what I want is I want my .aspx page to reload itself when the Cache
gets invalidated. I searched for events relating to this but still
unsuccesful. Can anybody help me out on this please?
Regards,
SATHISH C.G.
---
|
|
 |