ASP.NET - To refresh url through code
Asked By anbu n on 19-Jan-11 09:24 PM
i
am calling a web service method from my asp.net application, each time i
call the web service method, a image will be written in the same url
like eg:http://302.187.2.178/CAM/product.BMP .
this url wont change ... in the same url the image will be over written again and again(their will be no change in the url)
i
need to bind tis url to a image control... even though the image is
overwritten the same url, image control shows the same image... only
when i refresh the above url manually the image changes in the image
control.
kindly suggest any way to refresh the url: http://302.187.2.178/CAM/product.BMP
so that the image control shows the upadted image