?? 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 + -