Advertisement
Advertisement
| 09.25.2008 at 01:18AM PDT, ID: 23761619 | Points: 125 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: |
<ajaxToolkit:ModalPopupExtender ID="ModalPopupExtender" runat="server"
BehaviorID="showCreateSupervisor"
TargetControlID="hiddenTargetControlForModalPopup"
PopupControlID="PanelModalSupervisor"
BackgroundCssClass="modalBackground"
CancelControlID="ButtonCancel"
PopupDragHandleControlID="PanelConfirmTitle" />
<!-- Using a hidden button as the target control id -->
<asp:Button runat="server" ID="hiddenTargetControlForModalPopup" style="display:none"/>
|