Tagged Questions
2
votes
1answer
789 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
345 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
0answers
353 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 ...
0
votes
0answers
120 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
396 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
410 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 ...