ModalPopupExtender does not popup
12 years ago.
My ModalPopupExtender does not popup when I click on an event and want to edit, it appears below the DayPilotCalendar with the event data populated (this part is correct). I want it to popup. Here is the portion of my html:
<asp:Button ID="ButtonDummy" runat="server" Visible="false"></asp:Button>
<asp:ModalPopupExtender ID="ModalPopup" runat="server" TargetControlID="ButtonDummy"
PopupControlID="pnlPopup" BackgroundCssClass="modalBackground" />
<asp:Panel ID="pnlPopup" runat="server" Style=" visibility:inherit" Width="500px" CssClass="modalPopup">
<asp:UpdatePanel ID="UpdatePanelDetail" runat="server" UpdateMode="Conditional">
TIAFYH
Eunice Harris
DayPilot