您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->多功能在线考试系统源码>>Web/admin_Login.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:多功能在线考试系统源码
当前文件:文件类型 OnLineExam/Web/admin_Login.aspx打开代码结构图
高亮显示
		            <%@ Page Language="C#" AutoEventWireup="true" CodeFile="admin_Login.aspx.cs" Inherits="Web_admin_Login" %>

<!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 runat="server">
    <title>管理员登录界面</title>
</head>
<body leftmargin=0 rightmargin=0 topmargin=0>
    <form id="form1" runat="server">
    <div>
    <table border=0 bgColor="#f1f0f4" width=100% align=center height=100%>
        <tr>
            <td>
                <table style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse; " cellspacing="0" cellpadding="1" width=250 align="center"
				 border="1" bgColor="#f1f0f4" bordercolor=gray>
				<tr height=40>
					<td colspan="2">						
						<img height="25" src="../Images/ico_Xp03.gif"><font color=#4D2600><b>后台管理</b></font>
					</td>
				</tr>							
				<tr>
					<td height="30" align=right width=50>帐号:</td>
					<td height="30">						
							<asp:TextBox id="txtUserID" runat="server" MaxLength="20" Width="120px"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtUserID"
                            ErrorMessage="不能为空!"></asp:RequiredFieldValidator></td>
				</tr>
				<TR>
					<TD align=right height="30">密码:</TD>
					<TD height="30">
						<asp:TextBox id="txtPwd"  runat="server" MaxLength="20" TextMode="Password" Width="120px"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtPwd"
                            ErrorMessage="不能为空!"></asp:RequiredFieldValidator></TD>
				</TR>
				<tr height=50>
					<td align=center colspan="2">
                        <asp:Label ID="lblMessage" runat="server" ForeColor=red></asp:Label><br />
						<asp:ImageButton ID="imgBtnLogin" runat="server" ImageUrl="~/Images/Login.GIF" OnClick="imgBtnLogin_Click" />
					</td>
				</tr>
			</table>
            </td>
        </tr>
    </table>
    
    </div>
    </form>
    
    <a href="http://www.51aspx.com/" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a>

</body>
</html>


        
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:多功能在线考试系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号