Hey,
My database currently stores the location of a specific image, however i'm trying to get the page to change the
img.ImageUrl = "C:\mug.jpg";
However it doesn't display the image, is there any reason for this?
If I use a local image it works perfectly IE:
img.ImageUrl="~/images2/mug.jpg";
Any ideas at all please?