Hi,
I can see that a lot of people have asked this before, but I can't find a proper answer.
I've got an ASP page using a dll to create an image. The user clicks a button and the page and image is updated.
The page is updated ok, but the browser does not not update the image because its called the same!!
How do I force the browser to download the image again instead of using the cached version ?
Response.Expires = -1 does not work.
Pls help
Sunaj
I can see that a lot of people have asked this before, but I can't find a proper answer.
I've got an ASP page using a dll to create an image. The user clicks a button and the page and image is updated.
The page is updated ok, but the browser does not not update the image because its called the same!!
How do I force the browser to download the image again instead of using the cached version ?
Response.Expires = -1 does not work.
Pls help
Sunaj