Tagged Questions
1
vote
0answers
380 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
3k 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
1answer
444 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 ...