I'm calling an animated loading gif image on an <asp:Button>
on client click.
But when the server-side code is running, the image stops animating in IE8.
It's working fine in Mozilla and other browsers.
This works when using a normal HTML button, but I need to use an ASP.NET Button.
my javascript code:
$("#movingimg1").css("display","block");