Hello everyone,
I have a page with an UpdatePanel and inside it I have a Timer and a ModalPopupExtender among with some Labels.
The idea is to have the labels update periodically both with the popup visible and hidden.
However, the popup closes after the Timer Tick event fires, because of the partial update.
I was hoping I could test in the Tick() method the status of the popup (hidden or visible) in order to Show() it, but I can't find any appropriate method to do it.
Is this possible, or is there any other solution?
Thanks 