not all images are loaded even when I refresh the screen.

Discussion in 'ASP.NET / ASP.NET Core' started by pascal, Mar 16, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. [​IMG]I am using asp.net and am loading images from a database. for some reason, not all images are loaded even when I refresh the screen. It is random which images don't get loaded. It feels like if the db request for the images takes too long, the images are not displayed and the page finishes loading. How do I make sure the images load properly? Thank you!

    Post Edited By Moderator (mjp [DASP]) : 3/19/2008 1:04:01 AM GMT
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Try to pull the image directly, it should give you an error message that can give you a better idea of what's going on,.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks Bruce. I will give it a try.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page