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

📄 modifypwd.aspx

📁 学生网上选课系统,实现了学生的在线选课和教师课程的上传
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ModifyPwd.aspx.cs" Inherits="_Default" %>

<!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>
    <form id="form1" runat="server">
    <div>
        <table style="border-left-color: #ff00ff; border-bottom-color: #ff00ff; width: 361px;
            border-top-style: groove; border-top-color: #ff00ff; border-right-style: groove;
            border-left-style: groove; text-align: center; border-right-color: #ff00ff; border-bottom-style: groove">
            <tr>
                <td style="width: 104px; height: 47px;">
                    旧密码:</td>
                <td style="width: 102px; height: 47px;">
                    <asp:TextBox ID="txtOldPwd" runat="server" Style="text-align: left" TextMode="Password"></asp:TextBox>
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtOldPwd"
                        ErrorMessage="*"></asp:RequiredFieldValidator></td>
            </tr>
            <tr>
                <td style="width: 104px">
                    新密码:</td>
                <td style="width: 102px">
                    <asp:TextBox ID="txtNewPwd" runat="server" TextMode="Password"></asp:TextBox>
                    </td>
            </tr>
            <tr>
                <td style="width: 104px; height: 46px;">
                    确认新密码:</td>
                <td style="width: 102px; height: 46px;">
                    <asp:TextBox ID="txtConfirmPwd" runat="server" TextMode="Password"></asp:TextBox>
                    </td>
            </tr>
            <tr>
                <td colspan="2" align="center" style="height: 25px">
                    <asp:ImageButton ID="imgBtnConfirm" runat="server" ImageUrl="~/Images/CONFIRM.GIF" OnClick="imgBtnConfirm_Click" />
                    &nbsp;&nbsp;
                    <asp:ImageButton ID="imgBtnReset" runat="server" ImageUrl="~/Images/RESET.GIF" OnClick="imgBtnReset_Click" />&nbsp;
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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