Eva H

Eva H

  • NA
  • 11
  • 9.9k

Display image from local disk c

Jun 4 2012 2:52 PM
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


Answers (2)