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?
feedback
|