Hi,
I have a problem.
I can't display image if it is stored on local disk c. The image class displays images only if there are in the project.
For an example this will display the image :
Image1.ImgUrl = @"~\image.jpg"
But this won't display anything:
Image1.ImgUrl = @"C:\images\image.jpg";
Does anyone have an idea how to display an image in this situation?
Can someone please help, I don't know what to do anymore...
Thanks