温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:智能选课系统源码及论坛
当前文件路径:XuanKeLunWen/Admin/AdminLogin.aspx

1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminLogin.aspx.cs" Inherits="Admin_AdminLogin" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
</head> 9
<body style="background-image: url(../image/BKGRD9.jpg)"> 10
<form id="form1" runat="server"> 11
<div> <table border="0" cellpadding="0" cellspacing="0" style="border-right: #66ccff 0.1mm solid; border-top: #66ccff 0.1mm solid; margin-top: 20px; margin-left: 300px; border-left: #66ccff 0.1mm solid; margin-right: 200px; border-bottom: #66ccff 0.1mm solid; width: 295px;"> 12
<tr> 13
<td colspan="3" style="height: 18px; border-bottom: #66ccff 0.1mm solid;" align="center"> 14
管理员登陆</td> 15
</tr> 16
<tr> 17
<td style="width: 88px; height: 26px;" align="center"> 18
姓名:</td> 19
<td style="width: 153px; height: 26px;"> 20
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td> 21
<td style="width: 81px; height: 26px;"> 22
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" 23
Display="Dynamic" ErrorMessage="帐号空"></asp:RequiredFieldValidator></td> 24
</tr> 25
<tr> 26
<td style="width: 88px; height: 19px;" align="center"> 27
密码:</td> 28
<td style="width: 153px; height: 19px;"> 29
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password" Width="148px"></asp:TextBox></td> 30
<td style="width: 81px; height: 19px;"> 31
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2" 32
Display="Dynamic" ErrorMessage="密码空"></asp:RequiredFieldValidator></td> 33
</tr> 34
<tr> 35
<td style="width: 88px" align="center"> 36
确认:</td> 37
<td style="width: 153px"> 38
<asp:TextBox ID="TextBox3" runat="server" TextMode="Password" Width="147px"></asp:TextBox></td> 39
<td style="width: 81px"> 40
<asp:CompareValidator ID="CompareValidator1" runat="server" ControlToCompare="TextBox2" 41
ControlToValidate="TextBox3" Display="Dynamic" ErrorMessage="输入不一致"></asp:CompareValidator></td> 42
</tr> 43
<tr> 44
<td style="height: 20px;" align="center" colspan="3"> 45
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/image/bbblog_05_08.gif" OnClick="ImageButton1_Click" /> <asp:ImageButton 46
ID="ImageButton2" runat="server" ImageUrl="~/image/bbblog_05_10.gif" OnClick="ImageButton2_Click" CausesValidation="False" /><a href="AdminReg.aspx">注册</a></td> 47
</tr> 48
</table> 49
50
51
</div> 52
</form> 53
</body> 54
</html> 55



