animationextender

Animation Extender Problems

Hi, I have just started working with the AnimationExtender. I am using it to show a new div with a list gathered from a database when a button is pressed. The problem is the button needs to do a postback to get this list as I don't want to make the call to the database unless it's needed. The postback however stops the animation mid ...

AnimationExtender - close by clicking ouside the div

I've just started working with the animationextender. It is being used for a login dialog that ideally will disappear if the user clicks outside of the login dialog. As in, the user hovers over a button, dialog appears. Users clicks the little X, it disappears. User clicks anywhere eles on the page, dialog disappears. Right now, th...

One update panel updated and other one is also updated?

I have scenario, I have two update panels on the page (both have update mode='conditional'). If I update one update panel the other is automatically updated. This is first problem. I am using UpdatePanelAnimationExtender. If one update panel is updated, that don’t have updatepanelAnimationExtender other one also updated and that have up...

AjaxToolKit ModalPopupExtender + AnimationExtender

I am developing a site using ASP.NET 2.0. AjaxToolKit's ModalPopupExtender is being used to show a popup containing news items while the user is waiting to be redirected to a page (that page takes some time to load). Right now, I am using a button's OnClientClick property to show the modal popup using its show() method. So, the popup g...

ASP animation extender help

I've been searching but I can't seem to find a way to get the animation extender to do what I want. I basically want to use it to display errors after the user queries the database. If something goes wrong, it fades in and displays the error text. And then let it collapse. Anyone familiar enough with this to give me a quick explanati...