JAVA APPLET
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a java applet to run the reports on my aspx page. The reports are being cached. I am using: Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore() Response.AddHeader("Pragma", "no-cache") Response.Cache.SetExpires(DateTime.Now.AddSeconds(-1)) in the aspx.vb code of the page, but it does not help. Looking for any help.