When I call an animated loading gif image on an <asp:Button>
click event in the client side code, the animation stops in IE8 while the server-side code is executing. This issue does not occur in Mozilla or other browsers.
The animation works fine when using a regular HTML button, but I require the use of an ASP.NET Button.
This is my JavaScript code snippet:
$("#movingimg1").css("display","block");