Tagged Questions

The AnimationExtender is part of the AJAX Control Toolkit for ASP.net

learn more… | top users | synonyms

2
votes
1answer
790 views

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 ...
1
vote
1answer
348 views

Problem with animation extender and IE9

I am using ajax animation extender in my application. It is working perfectly in almost all browsersexcept IE9. I am using the code as: <cc1:AnimationExtender ID="OpenAnimation" runat="server" ...
1
vote
2answers
2k views

Modal Popup Extender animation problem in ASP.net

I am currently developing an ASP.net c# application. I have a grid view which has bound link buttons inside. When the link button is pressed I want to display the modal popup using a fade in animation ...
1
vote
0answers
356 views

How to invoke AnimationExtender.onClick method from .CS?

I'm a ASP/JS newb and having difficultly trying to do something simple. What I want to do is have an AnimationExtender fire and produce a window with text on it that I get from a database. To do ...
1
vote
2answers
2k views

Animation Extender Problems

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

Sequence AnimationExtender with ModalPopup containing UpdatePanel

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

AjaxControlToolkit - Firing AnimationExtender from code behind

I have a FormView in my application, and I want to show a message when an item has been inserted, then have it disappear ready for the next insert operation. I'm having some issues with this though - ...
0
votes
1answer
402 views

Asp.net Ajax Single UpdatePanel + AnimationExtender + HIstory = No OnUpdated Animation

I have a page that takes a while to load between partial post backs and have placed a UpdatePanelAnimationExtender to fade the updatepanel in and out. Sample: Aspx <asp:UpdatePanel ...
0
votes
0answers
412 views

asp:Menu using asp:AnimationExtender to fade in MenuItem

Hi I am trying to fade in an asp:menu asp:menuitem text using the AnimationExtender, but I cannot seem to find a way to pass an ID of a MenuItem to the AnimationExtender. It seems that property ...
0
votes
1answer
1k views

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 ...