?? modpwd.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="modPwd.aspx.cs" Inherits="modPwd" %>
<%@ Register Src="UserLoginl.ascx" TagName="UserLoginl" TagPrefix="uc1" %>
<!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 type="text/css" href="css/UserLogin.css" rel="Stylesheet" />
</head>
<body>
<form id="form1" runat="server">
<div align="center">
<uc1:UserLoginl ID="UserLoginl1" runat="server" />
<asp:Label ID="Label1" runat="server" Text="舊密碼" CssClass="linkStyle"></asp:Label>
<asp:TextBox ID="txtOldPwd" runat="server" Width="70px"></asp:TextBox>
<asp:Label ID="Label2" runat="server" Text="新密碼" CssClass="linkStyle"></asp:Label>
<asp:TextBox ID="txtNewPwd" runat="server" Width="75px"></asp:TextBox>
<asp:Label ID="Label3" runat="server" Text="確認密碼" CssClass="linkStyle"></asp:Label>
<asp:TextBox ID="txtAginPwd" runat="server" Width="79px"></asp:TextBox>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="保存" /></div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -