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

📄 userinfoview.aspx

📁 该系统实现在线考试功能
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="userInfoView.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.userInfoView" %>
<!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/hy.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 style="HEIGHT: 59px" vAlign="middle" borderColor="#bdd3fd" background="images/背景1.jpg"
						height="59">
						<div class="unnamed1" align="center">欢迎您登录!会员ID:<asp:label id="lbl_adminId" runat="server">未登录</asp:label>
						</div>
					</td>
					<td style="HEIGHT: 59px" vAlign="middle" borderColor="#bdd3fd">
						<div align="center"><IMG class="unnamed1" height="41" src="images/logo2.jpg" width="125"></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/hy-zxks.jpg" ToolTip="用户信息管理" NavigateUrl="stuInfoView.aspx"></asp:hyperlink></div>
						</div>
					</td>
					<td vAlign="middle" borderColor="#bdd3fd" align="center" bgColor="#f9fdfe" rowSpan="5">
						<P style="FONT-WEIGHT: bold; FONT-SIZE: 30px; COLOR: #51a6d5; FONT-FAMILY: 宋体"><asp:datagrid id="DataGrid1" runat="server" Width="809px" BorderColor="#bdd3fd" BorderWidth="2px"
								BackColor="#f9fdfe" CellSpacing="2" CellPadding="4" Font-Size="14px" AutoGenerateColumns="False" DataKeyField="ID" AllowPaging="True" PageSize="3" OnEditCommand="edit"
								OnCancelCommand="cancel" OnUpdateCommand="update">
								<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,"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>
								</Columns>
								<PagerStyle Mode="NumericPages"></PagerStyle>
							</asp:datagrid></P>
					</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/hy-xxgl.jpg" NavigateUrl="userInfoView.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/hy-cjck.jpg" NavigateUrl="userScore.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 + -