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