?? admin_login.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_login.aspx.cs" Inherits="_Default" %>
<!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 id="Head1" runat="server">
<title>安陽長途客車網(wǎng)-管理員登錄</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<br />
</div>
<br />
<table border="0" cellpadding="0" cellspacing="0" style="width: 465px; position: relative;
height: 174px; left: 260px; top: 28px;">
<tr>
<td colspan="3" style="text-align: center">
管理員登錄</td>
</tr>
<tr>
<td style="width: 123px; height: 5px">
用戶名:</td>
<td colspan="2" style="height: 5px; width: 247px;">
<asp:TextBox ID="tbuserName" runat="server" Style="position: relative" Width="107px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbuserName"
Display="Dynamic" ErrorMessage="*請輸入用戶名!" Style="position: relative"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 123px">
密 碼:</td>
<td colspan="2" style="width: 247px">
<asp:TextBox ID="tbPwd" runat="server" Style="position: relative" Width="107px" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="tbPwd"
Display="Dynamic" ErrorMessage="*請輸入密碼!" Style="position: relative"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td colspan="3">
<asp:Button ID="btdl" runat="server" Style="left: 198px; position: relative; top: 1px"
Text="登陸" OnClick="btdl_Click" />
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -