View Single Post
Old 11-09-2004, 12:26 PM   #3 (permalink)
rdove
Masked Moderator
 
rdove's Avatar
 
Join Date: May 2002
Location: Indianapolis, IN
Posts: 260
rdove is on a distinguished road
I think you are running into a client side page cache issue. I have been there before as well.

You can use:

Response.CacheControl = "no-cache"

This will tell the browser not to cache that page. This will force it to relaod the page and get the most current information.
__________________
~Ryan

rdove is offline   Reply With Quote