Results 1 to 3 of 3

Thread: ImageUrl

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    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?
    Don't anthropomorphize computers -- they hate it

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    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.

  3. #3

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    Thanks.

    I figured it out. I was using the path in a wrong format.
    Don't anthropomorphize computers -- they hate it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width