Loading Images + ASP.NET

  • Thread starter Thread starter Anavim
  • Start date Start date
A

Anavim

Hi,

I have a really wired behavior in my asp.net application.

Little background,

I have a base pages which contains about 17 images lying around (create
a circle) and this page contains a control where I'm presenting my
pages content.

Here is the problem:

In most cases, when the pages are loaded at least one images is missing
(you see the "X" images) even though the images exist and the path
is correct. I need to refresh that page several times until the image
will appear, but in most cases, some other images (among the other 16)
behave the same (start disappear). In some case I see it, and in other
cases don't.

The biggest problem is that it's not persistent. In one time the
images can appear, and two other times it doesn't.

I know its sounds like a general problem, but maybe anyone has any
Idea what to do in order to solve this problem for once an for all
(caching or something, I really have no idea).
I'm using Microsoft IIS 5.1

Thanks,

Ori.
 
If you have lots of images and content (in other words the page takes along
time to load), the brower can timeout before it attempts to access some of
the images. Now, usually the timeout takes several minutes. Like if you
are on a dialup connection and you try to view a page with many large
graphics and a lot of content. I don't know if this helps.
 
how the repeater control can help me in this case? in every page i'm
loading the same images (and it's doesn't take to much time, the page is
loaded pretty fast i must say).

Please help.
 
how the repeater control can help me in this case? in every page i'm
loading the same images (and it's doesn't take to much time, the page is
loaded pretty fast i must say).

Please help.
 
Back
Top