<dxpc:ASPxPopupControl ID="mypopup" ClientInstanceName="mypopup" AllowDragging="True" AllowResize="false"
PopupHorizontalAlign="WindowCenter" PopupVerticalAlign="WindowCenter"
Height="500px" Width="500px"
ShowHeader="true" ShowFooter="false" ShowCloseButton="true" ShowShadow="true"
EnableClientSideAPI="true" runat="server" RenderIFrameForPopupElements="True" style="position:absolute;z-index:9999">
<ClientSideEvents CloseUp="function(s, e) {popup_Get.SetContentHTML('')}" />
<ContentCollection>
<dxpc:PopupControlContentControl runat="server"></dxpc:PopupControlContentControl>
</ContentCollection>
</dxpc:ASPxPopupControl>
留言列表