userinfo.aspx

来自「该商品销售管理系统是一个基于WEB的适应于小型企业的管理系统!可以实现商品基本信」· ASPX 代码 · 共 58 行

ASPX
58
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="userinfo.aspx.cs" Inherits="系统管理_userinfo" %>

<!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="text-align: center">
    <form id="form1" runat="server">
        <table style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 1px solid;
            border-bottom: #003399 1px solid; border-collapse: collapse">
            <tr>
                <td style="width: 83px; height: 40px; background-color: #003399">
                </td>
                <td colspan="2" style="background-color: #003399">
                    <span style="font-size: 10pt; color: #ffffff; font-family: 宋体">用户信息一览</span></td>
                <td style="width: 83px; background-color: #003399">
                </td>
            </tr>
            <tr>
                <td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 1px solid;
                    border-bottom: #003399 1px solid; height: 44px">
                    <span style="font-size: 10pt">用户名:</span></td>
                <td colspan="2" style="border-right: #003399 0px solid; border-top: #003399 1px solid;
                    border-left: #003399 1px solid; border-bottom: #003399 1px solid; text-align: left">
                    <asp:TextBox ID="usernameTB" runat="server" ReadOnly="True" Width="146px"></asp:TextBox></td>
                <td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 0px solid;
                    border-bottom: #003399 1px solid">
                </td>
            </tr>
            <tr>
                <td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 1px solid;
                    border-bottom: #003399 1px solid; height: 44px">
                    <span style="font-size: 10pt">密码:</span></td>
                <td colspan="2" style="border-right: #003399 0px solid; border-top: #003399 1px solid;
                    border-left: #003399 1px solid; border-bottom: #003399 1px solid; text-align: left">
                    <asp:TextBox ID="passwordTB" runat="server" TextMode="Password" Width="146px"></asp:TextBox></td>
                <td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 0px solid;
                    border-bottom: #003399 1px solid">
                </td>
            </tr>
            <tr>
                <td style="height: 33px">
                </td>
                <td style="width: 100px">
                    <asp:Button ID="alterbtn" runat="server" Text="修改" OnClick="alterbtn_Click" Width="70px" /></td>
                <td style="width: 100px">
                    <asp:Button ID="resetbtn" runat="server" Text="重置" OnClick="resetbtn_Click" Width="70px" /></td>
                <td>
                </td>
            </tr>
        </table>
        &nbsp;
    </form>
</body>
</html>

⌨️ 快捷键说明

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