Hi
We have a site that returns some images that are linked from other sites (ASP 2.0). We are using a repeater control to load the source url into the page which is fine for those that are static links.
However some require a serverside HTTP request and some processing, if I leave the user to wait for this processing we either get a timeout or just a long delay!
What would be the best method of returning the static images immediately and those requiring processing to be blank/loading image or similar whilst we are waiting for the processing?
Thanks
B
We have a site that returns some images that are linked from other sites (ASP 2.0). We are using a repeater control to load the source url into the page which is fine for those that are static links.
However some require a serverside HTTP request and some processing, if I leave the user to wait for this processing we either get a timeout or just a long delay!
What would be the best method of returning the static images immediately and those requiring processing to be blank/loading image or similar whilst we are waiting for the processing?
Thanks
B