|
 |
asp_databases thread: Refreshing Active Pages
Message #1 by Ben Greenhouse <b.greenhouse@u...> on Tue, 27 Feb 2001 18:31:33 -0500
|
|
I'm having a strange problem. The user navigates through a bunch of
transaction records using a pull down menu for month and year. Each
time they submit the month/year form, it refreshes the same page, just
plugging in different data (i could provide the code, but it's awfully
long).
So imagine that the user wants to look at the records for November,
2000. They do this, then look at December 2000. When they hit the back
button, the form says they are looking at November 2000, but the table
is the data generated by December, 2000. I have tried Response.Expires
= -1 but that doesn't seem to work, so I'm not srue where to go...Any
suggestions on how to make the page refresh?
Ben
Message #2 by "Ken Schaefer" <ken@a...> on Wed, 28 Feb 2001 12:02:38 +1100
|
|
http://support.microsoft.com/support/kb/articles/Q234/0/67.ASP
for starters
also www.learnasp.com/learn/cachenomore.asp
Cheers
Ken
----- Original Message -----
From: "Ben Greenhouse" <b.greenhouse@u...>
To: "ASP Databases" <asp_databases@p...>
Sent: Wednesday, February 28, 2001 10:31 AM
Subject: [asp_databases] Refreshing Active Pages
> I'm having a strange problem. The user navigates through a bunch of
> transaction records using a pull down menu for month and year. Each
> time they submit the month/year form, it refreshes the same page, just
> plugging in different data (i could provide the code, but it's awfully
> long).
>
> So imagine that the user wants to look at the records for November,
> 2000. They do this, then look at December 2000. When they hit the back
> button, the form says they are looking at November 2000, but the table
> is the data generated by December, 2000. I have tried Response.Expires
> = -1 but that doesn't seem to work, so I'm not srue where to go...Any
> suggestions on how to make the page refresh?
>
> Ben
|
|
 |