Questions tagged [animationextender]

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

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

The official Sample is here
And the official tutorial is here

The AnimationExtender is a simple extender that allows you to utilize the powerful animation framework with existing pages in an easy, declarative fashion. It plays animations whenever a specific event like OnLoad, OnClick, OnMouseOver, or OnMouseOut is raised by the target control

8 questions
4
votes
2 answers

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…
Muhammad Akhtar
  • 51,913
  • 37
  • 138
  • 191
2
votes
2 answers

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 postback to get this list as I don't want to make the…
Magpie
  • 6,983
  • 14
  • 51
  • 67
1
vote
1 answer

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
jheizer
  • 136
  • 1
  • 10
1
vote
2 answers

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:
Anoop
  • 95
  • 1
  • 7
1
vote
3 answers

Modal Popup Extender animation 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 and a fade out animation when a button inside…
Boardy
  • 35,417
  • 104
  • 256
  • 447
1
vote
0 answers

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 this i'm trying to envoke the onClick event from my…
cobolstinks
  • 6,801
  • 16
  • 68
  • 97
0
votes
1 answer

AJAX Toolkit - AnimationExtender - IE support

I'm trying to do a simple pulse animation in ASP.NET using the AJAX Toolkit. It works in all other browsers except IE where it just stays static. Anyone know if there's a way to make it compatible with IE? I read something about ForceLayoutInIE but…
Huy T
  • 1,273
  • 1
  • 11
  • 21
0
votes
1 answer

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…
Kirtan
  • 21,295
  • 6
  • 46
  • 61