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

📄 selectexam.aspx

📁 试题库管理系统 可以录入
💻 ASPX
字号:
<%@ Page language="c#" Inherits="examonline.selectexam" CodeFile="selectexam.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>查询试卷</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">
	</HEAD>
	<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr>
						<td style="BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y" width="50%"
							background="images/bg1222.jpg" height="100%" rowSpan="10"></td>
						<td colSpan="2">
							<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
								height="148" width="780" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
								<PARAM NAME="_cx" VALUE="20638">
								<PARAM NAME="_cy" VALUE="3916">
								<PARAM NAME="FlashVars" VALUE="">
								<PARAM NAME="Movie" VALUE="054.swf">
								<PARAM NAME="Src" VALUE="054.swf">
								<PARAM NAME="WMode" VALUE="Window">
								<PARAM NAME="Play" VALUE="-1">
								<PARAM NAME="Loop" VALUE="-1">
								<PARAM NAME="Quality" VALUE="High">
								<PARAM NAME="SAlign" VALUE="">
								<PARAM NAME="Menu" VALUE="-1">
								<PARAM NAME="Base" VALUE="">
								<PARAM NAME="AllowScriptAccess" VALUE="">
								<PARAM NAME="Scale" VALUE="ShowAll">
								<PARAM NAME="DeviceFont" VALUE="0">
								<PARAM NAME="EmbedMovie" VALUE="0">
								<PARAM NAME="BGColor" VALUE="">
								<PARAM NAME="SWRemote" VALUE="">
								<PARAM NAME="MovieData" VALUE="">
								<PARAM NAME="SeamlessTabbing" VALUE="1">
								<PARAM NAME="Profile" VALUE="0">
								<PARAM NAME="ProfileAddress" VALUE="">
								<PARAM NAME="ProfilePort" VALUE="0">
								<PARAM NAME="AllowNetworking" VALUE="all">
								<PARAM NAME="AllowFullScreen" VALUE="false">
								<embed src="054.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
									type="application/x-shockwave-flash" width="780" height="148"> </embed>
							</OBJECT>
						</td>
						<td style="BACKGROUND-POSITION: left top; BACKGROUND-REPEAT: repeat-y" width="50%" background="images/bg1223.jpg"
							height="100%" rowSpan="10"></td>
					</tr>
					<tr>
						<td vAlign="top" align="center" colSpan="2" height="100%"><FONT face="宋体">
								<TABLE id="Table4" cellSpacing="1" cellPadding="0" width="100%" align="center" bgColor="#99ccff"
									border="0">
									<TR>
										<TD vAlign="middle" align="left" bgColor="#ffffff">查询目标:&nbsp;
											<asp:dropdownlist id="ddlTarge" runat="server">
												<asp:ListItem Value="1" Selected="True">选择题</asp:ListItem>
												<asp:ListItem Value="2">填空题</asp:ListItem>
												<asp:ListItem Value="3">问答题</asp:ListItem>
											</asp:dropdownlist>关 键 词:
											<asp:textbox id="txtKey" runat="server" Width="300px"></asp:textbox><FONT color="#ff0000"><asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" ErrorMessage="不能为空。" ControlToValidate="txtKey"></asp:requiredfieldvalidator></FONT><asp:button id="btnSelect" runat="server" Width="64px" Text="开始查询" onclick="btnSelect_Click"></asp:button></TD>
									</TR>
								</TABLE>
							</FONT>
							<asp:datagrid id="dgResult" runat="server" Width="100%" ShowHeader="False" AutoGenerateColumns="False"
								Font-Size="X-Small" ForeColor="Black" BorderColor="Tan" BorderWidth="1px" BackColor="LightGoldenrodYellow"
								CellPadding="2" GridLines="None">
								<SelectedItemStyle ForeColor="GhostWhite" BackColor="DarkSlateBlue"></SelectedItemStyle>
								<AlternatingItemStyle BackColor="PaleGoldenrod"></AlternatingItemStyle>
								<HeaderStyle Font-Bold="True" BackColor="Tan"></HeaderStyle>
								<FooterStyle BackColor="Tan"></FooterStyle>
								<Columns>
									<asp:TemplateColumn>
										<ItemStyle Font-Size="X-Small"></ItemStyle>
										<ItemTemplate>
											<TABLE id="Table1" style="FONT-SIZE: 15px" borderColor="lavender" cellSpacing="1" cellPadding="0"
												width="100%" border="0">
												<TR width="100%">
													<TD align="center" width="30%" bgColor="lightyellow">所属试卷:</TD>
													<TD bgColor="white">&nbsp;<%# DataBinder.Eval(Container.DataItem,"examName")%></TD>
												</TR>
												<TR width="100%">
													<TD align="center" width="30%" bgColor="#ffffe0">试题标签:</TD>
													<TD bgColor="#ffffff">&nbsp;<%# DataBinder.Eval(Container.DataItem,"title")%></TD>
												</TR>
												<TR width="100%">
													<TD align="center" width="30%" bgColor="#ffffe0">创建时间:</TD>
													<TD bgColor="#ffffff">&nbsp;<%# DataBinder.Eval(Container.DataItem,"createTime")%></TD>
												</TR>
												<TR width="100%">
													<TD align="center" width="30%" bgColor="#ffffe0">试题内容:</TD>
													<TD bgColor="#ffffff">&nbsp;<%# DataBinder.Eval(Container.DataItem,"question")%></TD>
												</TR>
												<TR width="100%">
													<TD align="center" width="30%" bgColor="#ffffe0">参考答案:</TD>
													<TD bgColor="#ffffff">&nbsp;<%# DataBinder.Eval(Container.DataItem,"solution")%></TD>
												</TR>
											</TABLE>
										</ItemTemplate>
									</asp:TemplateColumn>
								</Columns>
								<PagerStyle HorizontalAlign="Center" ForeColor="DarkSlateBlue" BackColor="PaleGoldenrod"></PagerStyle>
							</asp:datagrid>
						</td>
					</tr>
					<tr>
						<td vAlign="top" colSpan="2"><IMG height="39" alt="" src="images/copyright.gif" width="241" border="0"><IMG height="39" alt="" src="images/footer.gif" width="539" border="0"></td>
					</tr>
				</table>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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