Hello,
I have a ModalPopupExtender inside of a MultiView control. The ModalPopup is attached to a hidden button.
In the code behind when someone clicks the visible button the OnClick method for that button executes a popup.Show();
This works great, but if I try to switch views before or after the Show() method, it never switches views, but the popup does show.
I guess it has a problem since nothing in the hidden views are rendered, including the <asp:ModalPopup /> and <div> tag.
Thanks,
Jon