cst_user_edit.aspx

来自「小型的一个简单的系统开发的实现了简---添加--删除--修改---(vs2005」· ASPX 代码 · 共 42 行

ASPX
42
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CST_user_edit.aspx.cs" Inherits="Admin_CST_user_edit" %>

<!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 runat="server">
    <title>无标题页</title>
</head  >
<body style="background-color: #dee5ef;">
    <form id="form1" runat="server">
    <div>
        <div style="text-align: center">
            <table style="height: 291px; background-color: #dee5ef;">
                <tr>
                    <td colspan="2" style="background-color: transparent; height: 56px;">
                        <asp:Label ID="Label1" runat="server" Text="编译"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 95px; height: 15px; background-color: transparent">
                        <asp:Label ID="Label2" runat="server" Text="用户序号"></asp:Label></td>
                    <td style="width: 227px; height: 15px; background-color: transparent">
                        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 95px; background-color: transparent">
                        <asp:Label ID="Label3" runat="server" Text="用户名"></asp:Label></td>
                    <td style="width: 227px; background-color: transparent">
                        <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td colspan="2" style="background-color: #dee5ef">
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="修改" />
                        <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="取消" /></td>
                </tr>
            </table>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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