⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userxiugai.aspx

📁 图书馆的图书管理
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/index.master" AutoEventWireup="true" CodeFile="Userxiugai.aspx.cs" Inherits="Userxiugai" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
        <tr>
            <td align="center" colspan="3" style="height: 25px">
                用户资料修改</td>
        </tr>
        <tr>
            <td align="center" style="width: 127px; height: 25px">
                用户名:</td>
            <td style="width: 42px">
                <asp:TextBox ID="txtname" runat="server" Enabled="False" Width="199px" MaxLength="20"></asp:TextBox></td>
            <td style="width: 100px">
                用户名不能修改</td>
        </tr>
        <tr style="color: #000000">
            <td align="center" style="width: 127px; height: 25px">
                密码:</td>
            <td style="width: 42px; height: 25px">
                <asp:TextBox ID="txtpwd" runat="server" TextMode="Password" Width="201px" MaxLength="50"></asp:TextBox></td>
            <td style="width: 100px; height: 25px">
                密码六位以上<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtpwd"
                    Display="Dynamic" ErrorMessage="密码不能空"></asp:RequiredFieldValidator></td>
        </tr>
        <tr>
            <td align="center" style="width: 127px; height: 25px">
                确认密码:</td>
            <td style="width: 42px">
                <asp:TextBox ID="txtpwd2" runat="server" TextMode="Password" Width="200px" MaxLength="50"></asp:TextBox></td>
            <td style="width: 100px">
                <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="txtpwd"
                    ControlToValidate="txtpwd2" Display="Dynamic" ErrorMessage="密码不一致"></asp:CompareValidator></td>
        </tr>
        <tr>
            <td align="center" style="width: 127px; height: 25px">
                邮箱:</td>
            <td style="width: 42px">
                <asp:TextBox ID="txtemal" runat="server" Width="199px" MaxLength="50"></asp:TextBox></td>
            <td style="width: 100px">
                <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtemal"
                    Display="Dynamic" ErrorMessage="格式不正确" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator></td>
        </tr>
        <tr>
            <td align="center" style="width: 127px; height: 25px">
                电话:</td>
            <td style="width: 42px">
                <asp:TextBox ID="txttel" runat="server" MaxLength="11" Rows="7" Width="199px"></asp:TextBox></td>
            <td style="width: 100px">
            </td>
        </tr>
        <tr>
            <td align="center" colspan="3" style="height: 21px">
                <asp:LinkButton ID="LinkButton2" runat="server" OnClick="LinkButton2_Click" Width="49px" CausesValidation="False">清除</asp:LinkButton>
                <asp:LinkButton ID="LinkButton1" runat="server" OnClick="LinkButton1_Click1" Width="48px">修改</asp:LinkButton></td>
        </tr>
        <tr>
            <td align="center" style="width: 127px">
            </td>
            <td style="width: 42px">
            </td>
            <td style="width: 100px">
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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