have you tried:
Response.Cache.SetCacheability(HttpCacheability.NoCache);
...like in the Page_Load event...
Lynn Curtner
> ----------
> From: Vania Cilli[SMTP:vaniacilli@l...]
> Reply To: ASPX_Professional
> Sent: Tuesday, June 11, 2002 1:00 AM
> To: ASPX_Professional
> Subject: [aspx_professional] Turning OFF page caching?
>
> Cotten,
> The only way i found to trick MSIE in requesting a new page, from
> the server, instead of using
> a cached version is to always request that page through a POST submit.
> Having said that
> this approach may still not work if the user doesn't modify his settings
> obliging IE to check
> for new versions of pages "at every visit to the page".
>
> Vania
>
>
>