D
Daenil of GL
Ok, I am looking for how you make a webpage expire immediately so when you
hit refresh, you receive new data. In old ASP, you would just do
<%
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
%>
Since that no longer works in ASP.NET, I was looking for how you do this
now...
Thanks,
Daniel Gormley
Visual SUN Studios
hit refresh, you receive new data. In old ASP, you would just do
<%
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
%>
Since that no longer works in ASP.NET, I was looking for how you do this
now...
Thanks,
Daniel Gormley
Visual SUN Studios