Refresg image

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
Z

zion

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top