Link to home
Start Free TrialLog in
Avatar of james henderson
james hendersonFlag for United States of America

asked on

animation stops prior to updateprogress complete

I have an UpdatePanel which holds a treeview control.  I have an UpdateProgress control that shows an animated .gif while the treeview is being populated.  It all works fine with one exception:
   the animation stops just prior to the list being rendered.  it doesn't disappear ... it just stops (it disappears after the treeview is rendered).  I know this is an IE thing (I'm using IE7) because I have the same animated .gif file displayed on the page at the top in an image tag <img src="image/pb2.gif"> and it will also stop while the treeview is being populated.
   anybody have any idea on how to keep the animation running until the update is complete?
ASKER CERTIFIED SOLUTION
Avatar of amar31282
amar31282
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial