您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->智能选课系统源码及论坛>>Admin/AdminLogin.aspx>>代码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:智能选课系统源码及论坛


当前文件路径: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" />&nbsp;<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
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:智能选课系统源码及论坛

- asp.net生成验证码示例源码(..

- 邓西网站在线帮助系统V2.0(A..

- 漂亮无限级分类源代码(三层..

- Asp.net实现网站截图(WebSna..

- CnForums2.02中文版

- B2C电子商务网站系统源码

- Asp.net无刷新评星控件及演示..

- 衣购网站项目(三层开发)源码

51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号