Tagged Questions

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 ...
1
vote
2answers
2k 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
0answers
101 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 - ...