📄 modifypassword.aspx
字号:
<%@ Page language="c#" Codebehind="ModifyPassword.aspx.cs" Inherits="MobileQQ.ModifyPassword" AutoEventWireup="false" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<HEAD>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="C#">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:Form id="Form1" runat="server" BackColor="#00C000">
<mobile:Label id="lblAccountID" runat="server">账号:</mobile:Label>
<mobile:Label id="Label2" runat="server">输入密码:</mobile:Label>
<mobile:TextBox id="txtPwd" runat="server" Password="True" Alignment="Center"></mobile:TextBox>
<mobile:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" Alignment="Right" ControlToValidate="txtPwd"
ErrorMessage="请输入密码!"></mobile:RequiredFieldValidator>
<mobile:Label id="Label7" runat="server">重复输入密码:</mobile:Label>
<mobile:TextBox id="txtPwdRepeated" runat="server" Password="True" Alignment="Center"></mobile:TextBox>
<mobile:RequiredFieldValidator id="RequiredFieldValidator3" runat="server" Alignment="Right" ControlToValidate="txtPwdRepeated"
ErrorMessage="请再输一次密码!"></mobile:RequiredFieldValidator>
<mobile:CompareValidator id="CompareValidator1" runat="server" Alignment="Right" ControlToValidate="txtPwdRepeated"
ErrorMessage="两次输入的密码不一致!" ControlToCompare="txtPwd"></mobile:CompareValidator>
<mobile:Command id="cmdOK" runat="server" Alignment="Left" StyleReference="title" Format="Link">修改</mobile:Command>
<mobile:Command id="Command1" runat="server" Alignment="Right" StyleReference="title" Format="Link">取消</mobile:Command>
</mobile:Form>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -