Ask a Question related to ASP.NET General, Design and Development.
-
Big Homer #1
Forcing image update
I have a page that allows the user to manipulate various data fields, which
in turn cause the server to modify an image that is displayed on the page.
Right now, the server just overwrites the old image with the new one, but
this new image doesn't actually get displayed until I click the "Refresh"
button in the browser. I assume what's happening is that the image is
getting cached in the brower and thus it is using the cached image instead
of the new image. Is there a simple way to stop this from happening? I
tried adding a "no-cache" meta tag to the page, but that has no effect. I'm
sure there is a really simple way to accomplish what I want, but so far I
can't seem to figure it out.
-Jess
Big Homer Guest
-
Dreamweaver Update for Image Viewer
I am currently using Dreamweaver MX 2004. This has a feature called Image Viewer. I have read that there is a bug that causes it to skip the first... -
Update imported image
YES! exactly. what the hell is going on? this is totally new behavior -- first my computer crashed about 3 times in an hour, and now it can't import... -
upload image and update database at same time
Yes. I don't know how aspupload handles it, but it's often something along the lines of: UploadObject.Form.Items("txtFirstname") or something... -
FHMX Redraw Prefs, image update bug
This is an expansion on my complaint that FHMX linked images are not updating. It gets worse. Can anyone reproduce this? 1. FHMX preferences >... -
Update cd image for Woody?
On Fri, 4 Jul 2003 16:48:03 +0100 (CET) Peter Karlsson <peter@softwolves.pp.se> wrote: CD #1 of Woody 3.0r1 is available here (among other... -
Vidar Petursson #2
Re: Forcing image update
Hi
Add a querystring to the image... datetime for example
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"Big Homer" <bighomer@tohamil.com> wrote in message
news:EBoTa.785260$cI2.112376@news.easynews.com...which> I have a page that allows the user to manipulate various data fields,I'm> in turn cause the server to modify an image that is displayed on the page.
> Right now, the server just overwrites the old image with the new one, but
> this new image doesn't actually get displayed until I click the "Refresh"
> button in the browser. I assume what's happening is that the image is
> getting cached in the brower and thus it is using the cached image instead
> of the new image. Is there a simple way to stop this from happening? I
> tried adding a "no-cache" meta tag to the page, but that has no effect.> sure there is a really simple way to accomplish what I want, but so far I
> can't seem to figure it out.
>
> -Jess
>
>
Vidar Petursson Guest



Reply With Quote

