dbireporter
01-08-2011, 05:17 AM
I have created a web page (ASP.net 3.5 with VB code) with image and a FileUpload objects.
After a picture file is uploaded and the image URL changed, the VB code loads the page again and the newly loaded picture appears in the image object. So far so good.
Problem is, if I load another page, then load the page with the image again, the old picture is displayed.
If I click the browser Refresh, the page displays the new, correct picture.
Does anyone know how to force the browser to refresh the page from the server, and not display the previously loaded page?
After a picture file is uploaded and the image URL changed, the VB code loads the page again and the newly loaded picture appears in the image object. So far so good.
Problem is, if I load another page, then load the page with the image again, the old picture is displayed.
If I click the browser Refresh, the page displays the new, correct picture.
Does anyone know how to force the browser to refresh the page from the server, and not display the previously loaded page?