?? user_edit.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="user_edit.aspx.cs" Inherits="System_user" %>
<!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>
<form id="form1" runat="server">
<div>
<table align="center" style="width: 412px; height: 219px; font-size: 12px;" border="1" bordercolordark="#003399" bordercolorlight="#ffffff" cellspacing="0">
<tr>
<td colspan="2" style="height: 27px; color: white;" align="center" bgcolor="#003399">
用戶修改密碼</td>
</tr>
<tr>
<td style="width: 77px" align="right">
用戶名:</td>
<td style="width: 100px">
<asp:TextBox ID="username" runat="server" ReadOnly="True" Width="160px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 77px" align="right">
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="userpwd"
ErrorMessage="密碼不能為空">*</asp:RequiredFieldValidator>密 碼:</td>
<td style="width: 100px">
<asp:TextBox ID="userpwd" runat="server" TextMode="Password" Width="160px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Button ID="Button1" runat="server" Text=" 修改 " OnClick="Button1_Click" />
<input id="Reset1" type="reset" value=" 重置 " /></td>
</tr>
</table>
</div>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
ShowSummary="False" />
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -