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

Is an error being thrown or is the image just not loading?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.