Search code examples
asp.netajaxasp.net-ajaxajaxcontroltoolkit

UpdatePanelAnimationExtender: No animation when certain button clicked


I have a GridView inside an UpdatePanel that is populated when a search is performed on the page. When it is populated or the page changed, it performs a fade animation. There are other operations that I want to perform that update the UpdatePanel, but I don't want these to perform these fade animations. The closest I have found on the ASP forums is: http://forums.asp.net/p/1037038/1487096.aspx

The problem with the solution proposed in that thread is that there is no way to catch the Updated and Updating events to animate. Any ideas?

Thanks,

Nick


Solution

  • Nick,

    Is it possbile to consider using JQuery to do the animations? May give you more control on the elements than just the use of the UpdatePanelAnimationExtender.

    http://jquery.com/

    http://docs.jquery.com/UI/Effects