delcustomer.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 70 行

ASPX
70
字号
<%@ page language="C#" autoeventwireup="true" inherits="Customermanangement_Delcustomer, App_Web_elucsnqa" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div>
            <table style="font-size: 10pt; background-color:#f3f8ff;
                width: 773px; height: 248px; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;">
                <tr>
                    <td style="font-size: smaller; width: 101px; height: 12px; ">
                    </td>
                </tr>
                <tr></tr>
                <tr></tr>
                <tr>
                    <td rowspan="2" style="font-size: medium; width: 101px; height: 230px;" valign="top">
                        <table style="font-size: smaller; width: 764px; ">
                            <tr>
                                  <td style=" left:370px;  height:89px" valign="middle">
                                      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                      &nbsp; &nbsp; &nbsp;&nbsp;
                                    <img  src="../Img/it2_120.jpg" style="width: 128px; height: 99px;" />
                                   </td>
                            <tr>
                                <td align="center" colspan="8" rowspan="1" style="font-size: 10pt; height: 25px; border-bottom: #9ac4e0 1px solid;">
                                    是否确定删除已选用户</td>
                            </tr>
                            <tr>
                                <td align="center" colspan="8" rowspan="9" style="font-size: smaller; height: 25px">
                                    <asp:Button ID="btnDel" runat="server" Text="删除" Height="23px" Width="60px" OnClick="btnDel_Click" />&nbsp;
                                    <asp:Button ID="btnCannerl" runat="server" Text="取消" Height="23px" Width="60px" OnClick="btnCannerl_Click" /></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                </tr>
            </table>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?