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

📄 adminchangepwd.aspx

📁 本系统属于小型的在线考试系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminChangePwd.aspx.cs" Inherits="admin_AdminChangePwd" %>

<!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>
    <link href="../Mystyle.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
<div style="text-align: center">
        &nbsp;<br />
        <br />
        <br />
        &nbsp;<fieldset style="width: 344px; height: 178px; text-align: left">
            <legend class="mailTitle">管理员修改密码</legend>
            <br />
            &nbsp;<br />
        <table align="center" border="0" cellpadding="0" cellspacing="0"  height="145"
            width="316">
            <tr>
                <td style="width: 220px; text-align: right">
                    &nbsp;输入旧密码:</td>
                <td width="281">
        <asp:TextBox ID="txtOldPwd" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 220px; text-align: right">
                    &nbsp;输入新密码:</td>
                <td>
        <asp:TextBox ID="txtNewPwd" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 220px; text-align: right">
                    &nbsp;重新输入新密码:</td>
                <td>
        <asp:TextBox ID="txtNewPwdA" runat="server"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="2" style="text-align: center">
                    &nbsp;<asp:Button ID="btnchange" runat="server" OnClick="btnchange_Click" Text="确定修改" /></td>
            </tr>
        </table>
        </fieldset>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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