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