<table width="100%">
<tr>
<td>
<ajaxToolkit:ModalPopupExtender ID="modalConfirmDelete" runat="server" PopupControlID="pnlDelete"
Drag="true" DropShadow="false" BackgroundCssClass="modalBackground" PopupDragHandleControlID="pnlApprove"
TargetControlID="HiddenButton" CancelControlID="btnClose1">
</ajaxToolkit:ModalPopupExtender>
<asp:Panel Style="display: none" ID="pnlDelete" runat="server" Width="40%" CssClass="modalBox">
<asp:Panel Style="cursor: hand" CssClass="ModalCaption" ID="pnlApprove" runat="server">
<table width="100%">
<tr>
<td class="textmodal">
<asp:Label ID="lblAction" runat="server" Text="Are you sure you want to delete the document?"> </asp:Label>
</td>
</tr>
</table>
</asp:Panel>
<table width="100%">
<tr>
<td align="center">
<asp:Button ID="btnYes" runat="server" CssClass="button" OnClick="btnYes_Click" Text="Yes"
Width="57px" />
<asp:Button ID="btnNO" runat="server" CssClass="button" Text="NO" />
</td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
</table>