resetpwd.aspx

来自「基于WEB的在线考试系统建立在系统后台的数据库的基础上」· ASPX 代码 · 共 46 行

ASPX
46
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ResetPwd.aspx.cs" Inherits="Teacher_ResetPwd" %>
<%@ Register Assembly="EeekSoft.Web.PopupWin" Namespace="EeekSoft.Web" TagPrefix="cc1" %>
<!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="Style\css.css" rel="stylesheet"
        type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <div id="HC" style="width: 783px; height: 117px">
                            <table border="0" cellpadding="0" cellspacing="0" style="width: 777px; height: 111px" >
                                <tr>
                                    <td align="center" style="height: 106px" >
                                        
                                      <div class="HC1">
                                          密码重置:</div>
                                        <div class="HC3">
                                            <ul class="FS12">
                                            </ul>
                                            旧密码:
                                            <asp:TextBox ID="old" runat="server" TextMode="Password" Width="114px"></asp:TextBox>
                                            &nbsp;<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="old"
                                                ErrorMessage="*"></asp:RequiredFieldValidator>
                                            &nbsp;新密码: &nbsp;<asp:TextBox ID="pnew" runat="server" TextMode="Password" Width="117px"></asp:TextBox>
                                            <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="pnew"
                                                ErrorMessage="*"></asp:RequiredFieldValidator>
                                            确认密码: &nbsp;
                                            <asp:TextBox ID="rnew" runat="server" TextMode="Password" Width="114px"></asp:TextBox>
                                            &nbsp;
                                            <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="rnew"
                                                ErrorMessage="*"></asp:RequiredFieldValidator>&nbsp;
                                            <asp:Button ID="sub" runat="server" CssClass="subbutton" OnClick="sub_Click" Text="提 交" /><!--Comments End --></div>
                                  </td>
                                </tr>
      </table>
      </div>
       <cc1:PopupWin ID="PopupWin1" runat="server" Visible="false" ColorStyle="Blue" />
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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