<%
Response.Cache.SetExpires(New DateTime(1970, 12, 31, 12, 0, 0))
Response.Cache.SetCacheability(HttpCacheability.Private)
Response.Cache.SetValidUntilExpires(False)
Response.Cache.SetRevalidation(HttpCacheRevalidation.AllCaches)
%>
<meta http-equiv="expires" content="Sun, Dec 31 1970 12:00:00 GMT" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache" />