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

📄 stuinfoview.aspx

📁 该系统实现在线考试功能
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="stuInfoView.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.stuInfoView" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>adminInfo</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">.body { MARGIN-TOP: 0px }
	.td { FONT-SIZE: 12px }
	.title { FONT-SIZE: 12px }
	.color { COLOR: #ffffff }
	.tab { BORDER-TOP-STYLE: none; BORDER-BOTTOM: #000000 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none }
	.style3 { COLOR: #000000 }
	.style7 { COLOR: #333333 }
	.unnamed1 { FONT-SIZE: 12px }
	.style12 { FONT-SIZE: 16px }
	.style13 { FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #232b70 }
		</style>
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<table cellSpacing="0" cellPadding="0" width="1024" border="1">
				<!--DWLayoutTable-->
				<tr>
					<td vAlign="top" width="12" background="images/左边界.jpg" height="194"><!--DWLayoutEmptyCell-->
						&nbsp;
					</td>
					<td vAlign="top" width="1000"><IMG height="194" src="images/logo.jpg" width="1000"></td>
					<td vAlign="top" width="12" background="images/右边界.jpg"><!--DWLayoutEmptyCell-->
						&nbsp;
					</td>
				</tr>
			</table>
			<table cellSpacing="0" cellPadding="0" width="1026" border="2">
				<!--DWLayoutTable-->
				<tr>
					<td vAlign="top" width="8" background="images/左边界.jpg" rowSpan="7"><!--DWLayoutEmptyCell-->
						&nbsp;
					</td>
					<td vAlign="middle" borderColor="#bdd3fd" width="192" height="46">
						<div class="style13" align="center"><IMG height="44" src="images/admin-ksgl.jpg" width="192"></div>
					</td>
					<td vAlign="middle" borderColor="#bdd3fd" width="802" background="images/背景2.jpg" bgColor="#d6dff7">
						<div class="unnamed1" align="center"><a href="导航/guanyushuzhifenxi.aspx">关于数值分析</a>&nbsp;|
							<a href="导航/diedaifa.htm">几种迭代法的程序实现</a> |&nbsp;<a href="导航/shijianxulie.htm">关于时间序列</a>
							| <span class="style7"><FONT size="-1"><span class="style3"><a href="导航/kaoyan.htm">考研专题</span></FONT></span></div>
						</A>
					</td>
					<td vAlign="top" width="12" background="images/右边界.jpg" rowSpan="7"><!--DWLayoutEmptyCell-->
						&nbsp;
					</td>
				</tr>
				<tr>
					<td vAlign="middle" borderColor="#bdd3fd" background="images/背景1.jpg" height="50">
						<div class="unnamed1" align="center">欢迎您登录!管理员ID:<asp:label id="lbl_adminId" runat="server">未登录</asp:label>
						</div>
					</td>
					<td vAlign="middle" borderColor="#bdd3fd">
						<div align="center"><IMG class="unnamed1" height="48" src="images/ksxx.jpg" width="108"></div>
					</td>
				</tr>
				<tr>
					<td class="unnamed1" vAlign="middle" borderColor="#bdd3fd" background="images/背景1.jpg"
						height="50">
						<div class="style12" align="center">
							<div class="unnamed1" align="left"><asp:hyperlink id="HyperLink2" runat="server" ImageUrl="images/admin-yhgl.jpg" ToolTip="用户信息管理"
									NavigateUrl="stuInfoView.aspx"></asp:hyperlink></div>
						</div>
					</td>
					<td vAlign="middle" borderColor="#bdd3fd" align="center" rowSpan="5" bgcolor="#f9fdfe">
						<table border="0" bgcolor="#f9fdfe" borderColor="#bdd3fd">
							<tr>
								<td align="center">学号</td>
								<td align="center">姓名</td>
								<td align="center">密码</td>
								<td align="center">电子邮箱</td>
								<td></td>
							</tr>
							<TR>
								<td>
									<asp:textbox id="TextBox1" runat="server" Width="100px"></asp:textbox>
								</td>
								<td>
									<asp:textbox id="TextBox2" runat="server" Width="100px"></asp:textbox>
								</td>
								<td>
									<asp:textbox id="TextBox3" runat="server" Width="100px"></asp:textbox>
								</td>
								<td>
									<asp:textbox id="TextBox4" runat="server" Width="100px"></asp:textbox>
								</td>
								<td>
									<asp:Button id="Button1" runat="server" Text="添加"></asp:Button>
								</td>
							</TR>
						</table>
						<asp:datagrid id="DataGrid1" runat="server" OnUpdateCommand="update" OnCancelCommand="cancel"
							OnEditCommand="edit" PageSize="5" AllowPaging="True" DataKeyField="ID" AutoGenerateColumns="False"
							Font-Size="14px" CellPadding="4" CellSpacing="2" BackColor="#f9fdfe" BorderWidth="2px" BorderColor="#bdd3fd"
							Width="809px">
							<FooterStyle ForeColor="#193447" BackColor="#FFFFCC"></FooterStyle>
							<SelectedItemStyle Font-Bold="True" ForeColor="#193447" BackColor="#FFCC66"></SelectedItemStyle>
							<ItemStyle ForeColor="#193447" BackColor="#f9fdfe"></ItemStyle>
							<HeaderStyle Font-Size="14px" Font-Bold="True" ForeColor="#323232" BackColor="#f9fdfe"></HeaderStyle>
							<Columns>
								<asp:TemplateColumn HeaderText="学号">
									<ItemTemplate>
										<%# DataBinder.Eval(Container.DataItem,"stuID")%>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox id="ID" Runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"stuID") %>' Width="100px">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn HeaderText="姓名">
									<ItemTemplate>
										<%# DataBinder.Eval(Container.DataItem,"stuName")%>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox id="name" Runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"stuName") %>' Width="100px">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn HeaderText="密码">
									<ItemTemplate>
										<%# DataBinder.Eval(Container.DataItem,"stuPwd")%>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox id="pwd" Runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"stuPwd") %>' Width="100px">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:TemplateColumn HeaderText="电子邮箱">
									<ItemTemplate>
										<%# DataBinder.Eval(Container.DataItem,"stuEmail")%>
									</ItemTemplate>
									<EditItemTemplate>
										<asp:TextBox id="Email" Runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"stuEmail") %>' Width="100px">
										</asp:TextBox>
									</EditItemTemplate>
								</asp:TemplateColumn>
								<asp:EditCommandColumn UpdateText="更新" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
								<asp:ButtonColumn Text="删除" CommandName="del"></asp:ButtonColumn>
							</Columns>
							<PagerStyle Mode="NumericPages"></PagerStyle>
						</asp:datagrid></td>
				</tr>
				<tr>
					<td vAlign="middle" borderColor="#bdd3fd" background="images/背景1.jpg" bgColor="#d6dff7"
						height="52">
						<div class="style12" align="center">
							<div class="unnamed1" align="left"><asp:hyperlink id="HyperLink3" runat="server" ImageUrl="images/admin-tkgl.jpg" NavigateUrl="showTest.aspx"
									Target="main"></asp:hyperlink></div>
						</div>
					</td>
				</tr>
				<tr>
					<td vAlign="middle" borderColor="#bdd3fd" background="images/背景1.jpg" height="52">
						<div class="style12" align="center">
							<div class="unnamed1" align="left"><asp:hyperlink id="HyperLink4" runat="server" ImageUrl="images/admin-cjgl.jpg" NavigateUrl="ScoreInfoView.aspx"
									Target="main"></asp:hyperlink></div>
						</div>
					</td>
				</tr>
				<tr>
					<td vAlign="middle" borderColor="#bdd3fd" background="images/背景1.jpg" bgColor="#d6dff7"
						height="52">
						<div class="style12" align="center">
							<div class="unnamed1" align="left"><asp:hyperlink id="HyperLink5" runat="server" ImageUrl="images/admin-lygl.jpg" NavigateUrl="adminInfoView.aspx"
									Target="main"></asp:hyperlink></div>
						</div>
					</td>
				</tr>
				<tr>
					<td vAlign="middle" borderColor="#bdd3fd" background="images/背景1.jpg" height="54"><asp:hyperlink id="HyperLink1" runat="server" ImageUrl="images/admin-gltc.jpg" NavigateUrl="login.aspx"
							Target="_parent"></asp:hyperlink></td>
				</tr>
			</table>
			<table borderColor="#c4ddff" cellSpacing="0" cellPadding="0" width="1024" border="0">
				<!--DWLayoutTable-->
				<tr>
					<td vAlign="middle" colSpan="2" height="20">
						<div align="center"><span class="unnamed1"><font color="#646464">版权声明:</font></span></div>
					</td>
				</tr>
				<tr>
					<td vAlign="middle" width="251" height="20">
						<div class="unnamed1" align="center"><font color="#646464">网址(待定)</font></div>
					</td>
					<td vAlign="middle" width="773">
						<div class="unnamed1" align="center"><font style="FONT-SIZE: 12px; COLOR: #646464">copy; 
								CopyRight 2007-2008, Inc. All Rights Reserved. QQ:155241567&nbsp; 
								&nbsp;TEL:028-83034382 </font>
						</div>
					</td>
				</tr>
				<tr>
					<td height="0"></td>
					<td></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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