How to display an Image if I have the Physical Path
of that image in webpage in a particular place?
I tried like below but not working.
img = rdr["ImagePath"].ToString();
img = Server.MapPath(img);
Image1.ImageUrl=img;