WebForms cached in Temporary Internet Files?

G

Guest

How do I prevent I WebForm from being cached in the "Temporary Internet
Files" folder on the client computer?

The web form is displayed in a popup modal dialog (window.showModalDialog).
If the client closes the popup modal window and re-displays the web form
again, I want the page to be retreived from the server instead of the
temporary internet files folder.

Here's what I've tried (and it didn't work of course):

1. I tried adding buffer="false" on the web form: <%@ Page language="c#"
Codebehind="LockInfo.aspx.cs" AutoEventWireup="false"
Inherits="LienReleasePortal2.LockInfo" buffer="False"%>. That didn't work.

2. On the IIS server, I set the "Enable Content Expiration" properties of
the web form to "Expire Immediately". That didn't work.

Any thoughts?

Donald.
 
G

Guest

just a thought
try using <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
HTH
srini
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top