日期:2014-05-17 浏览次数:20470 次
<asp:Panel ID="Panel1" runat="server" Height="200px" Width="322px" BackColor="#d0F7DE"> <asp:Label ID="Label1" runat="server"></asp:Label> <asp:Button ID="btnSure" runat="server" Text="确定" Width="92px"/> <asp:Button ID="btnCancel" runat="server" Text="取消" Width="82px"/> </asp:Panel> <cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="btnSelect" PopupControlID="Panel1" DropShadow="true" OkControlID="btnSure" CancelControlID="btnCancel" Drag="true" BackgroundCssClass="bgcss" PopupDragHandleControlID="Panel2"> </cc1:ModalPopupExtender> <asp:Button ID="btnSelect" runat="server" Text="弹框" Width="92px"/>