My problem is i wanted to display image which is stored in C:\Program
Files\Common Files\Microsoft Shared\Web Server Extensions\60\template\images\ in
image tag .But if i directly type the path ,the image is not visible through
browser of other machine since it looks on local c drive of client machine .I i
use server.mappath ,i get path as c:\inetpub \wwwroot \sites\... which does
not have the image .So i used
http://bk3b3f-3227/_layouts/images/MotorolaReports.gif path in src of image but
the problem is it display same image every time and does not change dynamically
.As the this image is created dynamically on basis of chart which is chosen by
user , I need to refresh again to get correct chart image