S
Suraj Joneja
Hi All,
I've an image control on my ASP.net page. This displays an image named
'Logo.jpg' in the location '~\Images'. Another application can change this
image. It can select any image and upload to the folder 'Images' and newly
selected image would overwrite existing image 'Logo.jpg'. (Image name
remains same and image changes). The image control on my page doesn't
refresh the newly selected image. it displays the old image where as the
file in the imageUrl is different. I want the image control to
"refresh/reload"
How do I solve this issue????
Thanks
I've an image control on my ASP.net page. This displays an image named
'Logo.jpg' in the location '~\Images'. Another application can change this
image. It can select any image and upload to the folder 'Images' and newly
selected image would overwrite existing image 'Logo.jpg'. (Image name
remains same and image changes). The image control on my page doesn't
refresh the newly selected image. it displays the old image where as the
file in the imageUrl is different. I want the image control to
"refresh/reload"
How do I solve this issue????
Thanks