updatepanelanimationexte

UpdatePanelAnimationExtender - Resize not working

Hi, This is the page that I'm having. But the resize part in the section does not seem to be working. I copied most of the code from the Ajax site. I placed a alert() in the tag (line 108) to find the value of 'b._originalHeight' and it shows up as '44'. I have also tried the code in the above-said tutorial (line 132) and that did not...

UpdatePanelAnimationExtender always firing

Is there any way to prevent an UpdatePanelAnimationExtender from executing when the associated updatepanel is not updating (i.e. is set to conditional updates)? ...

ASP.NET AJAX UpdatePanelAnimation Extender: Cannot Reinstate a Div That Changes Size

In his UpdatePanelAnimation Extender video, Joe Stagner shows viewers how to animate an update panel during an update operation. Unfortunately, I've found that his sample code will not work if the targeted div's contents either grow or shrink after the update. For example, if you attach the UpdatePanelAnimation Extender to a div that c...