Asp.net源码专业站
首页->商务办公->多功能在线考试系统源码>>Web/admin_Login.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:多功能在线考试系统源码
当前文件:文件类型 OnlineExam/Web/admin_Login.aspx[2K,2009-6-12 11:51:26]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_Login.aspx.cs" Inherits="Web_admin_Login" %> 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 leftmargin=0 rightmargin=0 topmargin=0> 10 <form id="form1" runat="server"> 11 <div> 12 <table border=0 bgColor="#f1f0f4" width=100% align=center height=100%> 13 <tr> 14 <td> 15 <table style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse; " cellspacing="0" cellpadding="1" width=250 align="center" 16 border="1" bgColor="#f1f0f4" bordercolor=gray> 17 <tr height=40> 18 <td colspan="2"> 19 <img height="25" src="../Images/ico_Xp03.gif"><font color=#4D2600><b>后台管理</b></font> 20 </td> 21 </tr> 22 <tr> 23 <td height="30" align=right width=50>帐号:</td> 24 <td height="30"> 25 <asp:TextBox id="txtUserID" runat="server" MaxLength="20" Width="120px"></asp:TextBox> 26 <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtUserID" 27 ErrorMessage="不能为空!"></asp:RequiredFieldValidator></td> 28 </tr> 29 <TR> 30 <TD align=right height="30">密码:</TD> 31 <TD height="30"> 32 <asp:TextBox id="txtPwd" runat="server" MaxLength="20" TextMode="Password" Width="120px"></asp:TextBox> 33 <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtPwd" 34 ErrorMessage="不能为空!"></asp:RequiredFieldValidator></TD> 35 </TR> 36 <tr height=50> 37 <td align=center colspan="2"> 38 <asp:Label ID="lblMessage" runat="server" ForeColor=red></asp:Label><br /> 39 <asp:ImageButton ID="imgBtnLogin" runat="server" ImageUrl="~/Images/Login.GIF" OnClick="imgBtnLogin_Click" /> 40 </td> 41 </tr> 42 </table> 43 </td> 44 </tr> 45 </table> 46 47 </div> 48 </form> 49 50 <a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a> 51 52</body> 53</html> 54
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:多功能在线考试系统源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146