Gabrielle_Missouri
New Member
How is this accomplished in .NET? I've tried setting <BR><BR>Response.Cache.SetExpires(DateTime.Now.AddSeconds(-60))<BR>Response.Cache.SetCacheability(HttpCacheability.Pr ivate)<BR><BR>Within the page_init, but that doesn't seem to do much. <BR><BR>Thanks,<BR><BR>])ry<BR>*note* I haven't tried this myself<BR><BR>Response.Cache.SetCacheability(HttpCacheability.No Cache);<BR><BR>