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