updategroup.aspx

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

ASPX
69
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdateGroup.aspx.cs" Inherits="Customermanangement_UpdateGroup" %>

<!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 style="margin-top:10px">
    <form id="form1" runat="server">
        
   
        <table style="width: 772px; height: 219px; background-color:#f3f8ff; border-right: #9ac4e0 1px solid; border-top: #9ac4e0 1px solid; border-left: #9ac4e0 1px solid; border-bottom: #9ac4e0 1px solid;">
            <tr>
                <td  style="height: 20px; background-color:#9ac4e0">
                    <span style="font-size: 10pt; ">
                                &nbsp;<asp:Label ID="Label1" runat="server"  Width="766px">位置: &nbsp; 客户管理 &nbsp;> &nbsp;组别设置 &nbsp;>&nbsp;修改组别名称</asp:Label></span></td>
            </tr>
            <tr>
                <td  colspan="2" style="height: 70px; width: 771px;" valign="top">
                    <table width="770px">
                        <tr>
                            <td align="left" style="width: 56px; height: 26px;">
                                &nbsp;<asp:Label ID="Label2" runat="server" Font-Size="10pt" Text="现组别名称" Width="100px"></asp:Label></td>
                            <td style="width: 100px; height: 26px;">
                                        <asp:TextBox ID="tbOldCorporationName" Enabled="False"  runat="server" ReadOnly="True"></asp:TextBox></td>
                            <td style="width: 100px; height: 26px;">
                            </td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 56px">
                                &nbsp;<asp:Label ID="Label3" runat="server" Font-Size="10pt" Text="修改为"></asp:Label></td>
                            <td style="width: 100px">
                                        <asp:TextBox ID="tbNewCorporationName" runat="server"></asp:TextBox></td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 56px">
                            </td>
                            <td style="width: 100px">
                            </td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td align="right"  colspan="2" rowspan="6" valign="bottom" style="width: 772px; border-top: #9ac4e0 1px solid; height: 37px;">
                                        <asp:Button ID="btnOperation" runat="server" OnClick="btnOperation_Click" Height="23px" Width="40px" Text="提交" style="left: -347px; position: relative; top: -14px" />&nbsp;
                                        <asp:Button ID="btnReturn" runat="server" OnClick="btnReturn_Click" Height="23px" Width="40px" Text="返回" style="left: -347px; position: relative; top: -14px" />&nbsp;
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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