Posted on: 1/19/2015 9:35:42 AM | Views : 573

Hello
I'm trying to show a date field and calendar extender in a popup:
<asp:UpdatePanel ID="up1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:ModalPopupExtender ID="mpe2" runat="server" TargetControlId="ServerButton2" PopupControlID="ModalPanel2" CancelControlID="CancelButton2" BackgroundCssClass="modalBackground"> </asp:ModalPopupExtender> <asp:Button ID="ServerButton2" runat="server" Text="Launch" style="display:none" UseSubmitBehavior="false"/> <asp:Panel ID="ModalPanel2" runat="server" Width="350px" style="display:none"> <asp:Table ID="table3" Width="100%" CellPadding="5&quo ...

Go to the complete details ...