Hi there,
You may want to add this to the top of page 3:
<%
Response.Expires = 0
Response.ExpiresAbsolute = Now() - 100
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control", "private"
Response.CacheControl = "no-cache"
%>
This forces the browser to get a new version of the page from the server every time it's requested, including loading the page from a browser's Back button click.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.