📄 login.aspx
字号:
<%@ Page Language="c#" Inherits="MyChatRoom.WebLayer.Login" CodeFile="Login.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Login</title>
<link href="Styles/Style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<form id="Form1" method="post" runat="server">
<table id="Table1" style="z-index: 101; left: 40px; width: 352px; position: absolute;
top: 32px; height: 158px" cellspacing="0" cellpadding="0" width="352" border="0">
<tr>
<td style="width: 84px">
</td>
<td style="width: 164px">
<img alt="" src="Images\logo.JPG" /></td>
<td>
</td>
</tr>
<tr>
<td style="width: 84px">
<asp:Label ID="Label1" runat="server">用户名*</asp:Label></td>
<td style="width: 164px">
<asp:TextBox ID="TextBoxUserName" runat="server"></asp:TextBox></td>
<td>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="警告:必填!"
ControlToValidate="TextBoxUserName"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 84px">
<asp:Label ID="Label2" runat="server">密码*</asp:Label></td>
<td style="width: 164px">
<asp:TextBox ID="TextBoxPassword" runat="server" TextMode="Password"></asp:TextBox></td>
<td>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ErrorMessage="警告:必填!"
ControlToValidate="TextBoxPassword"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="center" colspan="3">
<asp:Button ID="ButtonLogin" runat="server" Width="56px" Text="登录" OnClick="ButtonLogin_Click">
</asp:Button></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -