⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.aspx

📁 在线考试系统完整版源码(C#&Access) 该考试系统为一同学毕业设计
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="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>
    <form id="form1" runat="server">
    <div>
        <table style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; BORDER-COLLAPSE: collapse; " cellspacing="0" cellpadding="1" width=300 align="center"
				 border="1" bordercolor=gray bgColor="#f1f0f4">
				<tr height=40>
					<td colspan="2">						
						<img height="25" src="Images/ico_Xp03.gif"><font color=#4D2600><b>在线考试系统</b></font>
					</td>
				</tr>
				<TR>
					<TD align=right style="height: 30px">考试科目:</TD>
					<TD style="height: 30px">
						<asp:DropDownList id="ddlPaper" runat="server" Width="127px"></asp:DropDownList>
                        </TD>
				</TR>				
				<tr>
					<td height="30" align=right>学号:</td>
					<td height="30">						
							<asp:TextBox id="txtUserID" runat="server" MaxLength="20" Width="120px"></asp:TextBox>
                        </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>
                        </TD>
				</TR>
            <tr height="50">
                <td align="right"style="height: 16px"> 角色:</td>
                <td style="height: 16px">
                    <asp:DropDownList ID="dllRole" runat="server" Style="position: static">
                    </asp:DropDownList></td>
            </tr>
				<tr height=50>
					<td  colspan="2">
                        <asp:Label ID="lblMessage" runat="server" ForeColor=red style="z-index: 100; left: 220px; position: absolute; top: 215px"></asp:Label><br />
                        <asp:Button ID="btnLogin" runat="server" Style="z-index: 101; left: 293px; position: absolute;
                            top: 212px" Text="登陆" Width="40px" OnClick="btnLogin_Click" />
                        &nbsp;&nbsp;
                        <asp:Button ID="btnCanel" runat="server" OnClick="btnCanel_Click" Style="z-index: 103;
                            left: 382px; position: absolute; top: 213px" Text="注册" Width="40px" />
                    </td>
				</tr>
			</table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -