-
ImageUrl
I have a web site that mimcs a photo album.
I created thumbnails for each image so that it loads a lot faster.
The user then clicks on a link that opens up the real image in a new window.
Example.
Image name - Image_1.jpg
Thumbnail - t_Image_1.jpg
When I assign ImageURL property of an asp image control to Image_1.jpg it works perfectly.
When I assign the ImageURL property to t_Image_1.jpg, it doesn't display the image.
The thumbnail is 100x100 image.
Any ideas?
-
I know you've prob aleady checked this but when running your page, right click on the empty image box and click properties just to be absolutely sure that an image by that name is in the directory it's looking at.
-
Thanks.
I figured it out. I was using the path in a wrong format.