please wait message...

  • Thread starter Thread starter Hari Kumar G
  • Start date Start date
H

Hari Kumar G

Experts!

We are experiencing the following difficulty.

We are required to display a gif image as a "please wait message", as done
in asp pages.

When this is attempted in an asp.net post back event, the gif animation
stops completely till it has completed execution. We need to display an
active gif image to show that the page processing is going on during a
button's post back event.

Please let us know if you are aware of some quick methods of achieving this
on an asp.net page.

++Hari
 
But the GIF is being displayed at the browser end, so how would that be
dependent on server-end processing?
Is this a problem only when you test it with browser and server on the same
machine? If so, it's not going to be an issue in a live system.

The only alternative reason I can think of is that your GIF image is not
set to loop, but I assume you've already thought of that one :)

Cheers,
Jason
 
Back
Top