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

📄 commonuserchangepwd.aspx

📁 很好的啊!中小型企业用的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CommonUserChangePwd.aspx.cs" Inherits="renshi_CommonUserChangePwd" %>

<!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 style="text-align: center; background-image: url(../../Images/right.jpg);">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <br />
        <asp:Label ID="Label1" runat="server" Style="left: 8px; position: relative; top: 15px"
            Text="修改个人秘密"></asp:Label>&nbsp;<br />
        <br />
        <br />
        &nbsp;</div>
                   <table style="height: 400px; vertical-align: lefttop; text-align: center; border-right: #afafaf 1px solid; border-top: #afafaf 1px solid; border-left: #afafaf 1px solid; border-bottom: #afafaf 1px solid; width: 591px;" cellpadding="0" cellspacing="0">
                <tr>
                    <td colspan="3" rowspan="2" style="height: 350px; width: 600px; vertical-align: middle; text-align: center;">
                        &nbsp;<table align="center" border="1" style="font-size: 9pt; left: 0px; position: relative;
                            top: -43px; height: 171px">
                            <tr>
                                <td colspan="2" style="color: #ff3300; height: 61px; background-color: #6699cc; text-align: center">
                                    员工个人信息</td>
                            </tr>
                            <tr>
                                <td style="width: 152px; height: 19px; background-color: #6699cc">
                                    原始密码:</td>
                                <td style="width: 206px; height: 19px; background-color: #6699cc">
                                    <%# DataBinder.Eval(Container,"DataItem.id") %>
                                    <asp:TextBox ID="OldPwd" runat="server" Style="left: -22px; position: relative; top: 0px" TextMode="Password"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="width: 152px; background-color: #6699cc">
                                    新密码:</td>
                                <td style="width: 206px; background-color: #6699cc">
                                    <%# DataBinder.Eval(Container,"DataItem.sex") %>
                                    <asp:TextBox ID="NewPwd" runat="server" Style="left: 3px; position: relative; top: 1px" TextMode="Password"></asp:TextBox>
                                    <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="NewPwd"
                                        ErrorMessage="RequiredFieldValidator" Style="left: -52px; position: relative;
                                        top: 4px">密码不能为空</asp:RequiredFieldValidator></td>
                            </tr>
                            <tr>
                                <td style="width: 152px; height: 19px; background-color: #6699cc">
                                    确认密码:</td>
                                <td style="width: 206px; height: 19px; background-color: #6699cc">
                                    <%# DataBinder.Eval(Container,"DataItem.date") %>
                                    <asp:TextBox ID="NewSecPwd" runat="server" Style="left: -24px; position: relative;
                                        top: -4px" TextMode="Password"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td colspan="2" style="height: 19px; background-color: #6699cc">
                                    <asp:Button ID="btmChangePwd" runat="server" Style="position: relative" Text="修改密码" OnClick="btmChangePwd_Click" />
                                    <asp:Label ID="LbResult" runat="server" Style="left: 31px; position: relative; top: -3px"></asp:Label>
                                    <asp:CompareValidator
                                        ID="CompareValidator1" runat="server" ControlToCompare="NewPwd" ControlToValidate="NewSecPwd"
                                        ErrorMessage="CompareValidator" Style="left: 59px; position: relative; top: -4px">输入密码不一致</asp:CompareValidator></td>
                            </tr>
                        </table>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    </td>
                </tr>
                <tr>
                </tr>
            </table> 
    </form>
</body>
</html>

⌨️ 快捷键说明

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