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

📄 st_pwdmodify.aspx

📁 学生管理系统。C#开发。偏重与数据库的应用。
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ST_pwdmodify.aspx.cs" Inherits="ST_pwdmodify" %>
<%@ Register TagPrefix="uc1" TagName="st_navigate" Src="ST_COMMAN/st_navigate.ascx" %>
<%@ Register TagPrefix="uc1" TagName="st_header" Src="ST_COMMAN/st_header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="st_bottom" Src="ST_COMMAN/st_bottom.ascx" %>
<!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="ST_COMMAN/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <uc1:st_header ID="St_header1" runat="server" />
        <table align="center" border="1" cellpadding="1" cellspacing="1" width="777">
            <tr>
                <td valign="top" width="15%">
                    <uc1:st_navigate ID="St_navigate1" runat="server" />
                </td>
                <td valign="top">
                    <table id="Table1" align="center" border="0" cellpadding="1" cellspacing="1" width="100%">
                        <tr>
                            <td colspan="2">
                                <p align="center">
                                    <strong>修改教师个人密码</strong></p>
                            </td>
                        </tr>
                        <tr>
                            <td align="center" colspan="2">
                                <asp:Panel ID="st_pn_user" runat="server" Visible="True">
                                    <p>
                                        <font face="宋体">用户名:
                                            <asp:TextBox ID="st_tbx_id" runat="server" Width="119px"></asp:TextBox>
                                            &nbsp; &nbsp; </font><font face="宋体">原密码:
                                                <asp:TextBox ID="st_tbx_beforepwd" runat="server" TextMode="Password" Width="119px"></asp:TextBox></font></p>
                                    <p>
                                        <font face="宋体"></font>
                                    </p>
                                    <div align="center">
                                        &nbsp;
                                        <asp:Button ID="st_btn_upst_date" runat="server" OnClick="st_btn_upst_date_Click"
                                            Text="修改密码" Width="100px" /></div>
                                    </asp:Panel>
                                <p>
                                </p>
                                <div align="center">
                                    <asp:Panel ID="st_pnl_update" runat="server" Visible="False">
                                        <table id="Table2" align="center" border="0" cellpadding="1" cellspacing="1" width="75%">
                                            <tr>
                                                <td style="width: 33px">
                                                    输入新密码:</td>
                                                <td>
                                                    <asp:TextBox ID="st_tbx_newpwd" runat="server" TextMode="Password" Width="130px"></asp:TextBox></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 33px">
                                                    确认密码:&nbsp;</td>
                                                <td>
                                                    <asp:TextBox ID="st_tbx_pwdok" runat="server" TextMode="Password" Width="129px"></asp:TextBox></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 33px">
                                                    <asp:CompareValidator ID="st_cv_pwd" runat="server" ControlToCompare="st_tbx_newpwd"
                                                        ControlToValidate="st_tbx_pwdok" ErrorMessage="密码不一致!"></asp:CompareValidator></td>
                                                <td>
                                                    <asp:Button ID="st_btn_ok" runat="server" OnClick="st_btn_ok_Click" Text="修改" />
                                                </td>
                                            </tr>
                                        </table>
                                    </asp:Panel>
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <td align="center" colspan="2">
                                <asp:Label ID="st_lbl_note" runat="server"></asp:Label>
                                &nbsp; &nbsp; <a href="ST_teacher.aspx">返回</a>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
        <uc1:st_bottom ID="St_bottom1" runat="server" />
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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