📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>
<!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 onload="Javascript:form1.password.focus()" style="text-align: center">
<form id="form1" runat="server">
<div>
<table align="center" style="margin-bottom:5px;width:200px;height:100px" cellpadding="0" cellspacing="1" width="200" border="0">
<tr>
<td>
<asp:Label ID="Label1" runat="server" Text="请输入管理员密码:" ForeColor="Red" Width="198"></asp:Label></td>
</tr>
<tr>
<td>
<asp:TextBox ID="password" runat="server" Width="198" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td style="text-align: center">
<asp:Button ID="Button1" runat="server" Text="登 录" Width="68px" OnClick="Button1_Click" /></td>
</tr>
</table>
</div>
<asp:Label ID="lblMsg" runat="server"></asp:Label>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -