I have a page with a number of modal popups, some that have content within an update panel.
I show one of these modal popups then close it. If I then click on a different button on the page (not associated with a modal popup window), the previous modal that was open shows itself.
I have got round this by coding mpeMyModal.hide. However this is a workaround. Not sure why it is happening though assume it is to do with partial and full post-backs.
Is it s bug?
Thanks.