Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
268 views

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)?
1
vote
2answers
2k views

UpdatePanelAnimationExtender - Resize not working

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 ...
0
votes
0answers
297 views

UpdatePanelAnimationExtender not working with Hierarchial UpdatePanel

I have a 2 level gridview and 2 updatepanels respectively. I have added a UpdatePanelAnimationExtender control at the end. It works for the top level grid/updatepanel. How can I make it also work for ...