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?


Reply With Quote