Refresg image

  • Thread starter Thread starter zion
  • Start date Start date
Z

zion

Hello,
How can I refresh gif animation image in asp.net page during page load.
The image freeze and I want to force it to animate.

Thanks
 
zion,

Is it an animated GIF in the first place? Assuming it is, what do you
mean it freezes? Does it freeze because the page is busy loading
completely?

I wouldn't be surprized if animated gifs don't start before the page is
completely loaded.
 
Hi,

Yes, it's animated gif.
In (gif's) page onload event I want to load another page with data and it
takes some moments.
Meantime I want the gif image (loading image) to play.




Nicholas Paldino said:
zion,

Is it an animated GIF in the first place? Assuming it is, what do you
mean it freezes? Does it freeze because the page is busy loading
completely?

I wouldn't be surprized if animated gifs don't start before the page is
completely loaded.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

zion said:
Hello,
How can I refresh gif animation image in asp.net page during page load.
The image freeze and I want to force it to animate.

Thanks
 
Back
Top