📄 ucmodifypassword.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ucModifyPassword.ascx.cs" Inherits="ucModifyPassword" %>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td align="center" colspan="3">
修改密码</td>
</tr>
<tr>
<td style="width: 131px; height: 21px">
请输入原密码</td>
<td style="width: 100px; height: 21px">
<asp:TextBox ID="tbOldPwd" runat="server" TextMode="Password"></asp:TextBox></td>
<td style="width: 100px; height: 21px">
<asp:Label ID="Label1" runat="server" ForeColor="Red" Text="*" Width="10px"></asp:Label>
<asp:Label ID="lbMsg1" runat="server" EnableViewState="False" ForeColor="Red"></asp:Label></td>
</tr>
<tr style="color: #000000">
<td style="width: 131px">
请输入新密码</td>
<td style="width: 100px">
<asp:TextBox ID="tbNewPwd1" runat="server" TextMode="Password"></asp:TextBox></td>
<td style="width: 100px">
<asp:Label ID="Label2" runat="server" ForeColor="Red" Text="*" Width="10px"></asp:Label>
<asp:Label ID="lbMsg2" runat="server" EnableViewState="False" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td style="width: 131px">
请再次输入新密码</td>
<td style="width: 100px">
<asp:TextBox ID="tbNewPwd2" runat="server" TextMode="Password"></asp:TextBox></td>
<td style="width: 100px">
<asp:Label ID="Label3" runat="server" ForeColor="Red" Text="*" Width="10px"></asp:Label>
</td>
</tr>
<tr>
<td align="center" colspan="3">
<asp:Label ID="lbMsg" runat="server" EnableViewState="False" ForeColor="Red"></asp:Label></td>
</tr>
<tr>
<td align="center" colspan="3">
<asp:Button ID="btnModifyPwd" runat="server" OnClick="btnModifyPwd_Click" Text="修改密码" /></td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -