I'm using the ModalPopupExtender and AnimationExtender from the AjaxControlToolkit. The ModalPopup has an UpdatePanel containing some dynamic data. So when a button_Click event triggers the ModalPopup to appear, the animation starts and the dynamic data in the UpdatePanel is updated from the server as separate processes and the animation completes first. I'd only like to start the animation after the asynchronous postback has finished and the UpdatePanel has been updated. Therefore I've been trying to find a way of triggering the animation from the code behind so it can be put into the sequence of events with the postback. It sounds like this isn't possible, so I'd be grateful for any suggestions for ways around the issue?

link|improve this question
Did you saw the UpdatePanelAnimation extender? – Yuriy Rozhovetskiy Nov 2 '11 at 15:54
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.