📄 selectexam.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="right" bgColor="#ffffff" style="height: 53px"><asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/bianji.aspx">试题管理</asp:HyperLink>
<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="~/tianjiayonghu.aspx">用户管理</asp:HyperLink><br /></td></tr>
<TR>
<TD vAlign="middle" align="left" bgColor="#ffffff" style="height: 53px">
选择试题:
<asp:dropdownlist id="ddlTarge" runat="server" DataSourceID="SqlDataSource1" DataTextField="title" DataValueField="id" Width="168px">
</asp:dropdownlist> 难度:
<asp:DropDownList ID="DropDownList1" runat="server" Width="47px">
<asp:ListItem>0</asp:ListItem>
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
</asp:DropDownList>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:kaoshixitongConnectionString %>"
SelectCommand="SELECT * FROM [kaoshi] WHERE ([courseid] = @courseid)">
<SelectParameters>
<asp:QueryStringParameter Name="courseid" QueryStringField="courseid" Type="String" />
</SelectParameters>
</asp:SqlDataSource>
<br />
<br />
<br />
<br />
题目数量:<br />
<br />
选择题:<asp:TextBox ID="TextBox1" runat="server" Width="57px"></asp:TextBox>
填空题:
<asp:TextBox ID="TextBox2" runat="server" Width="62px"></asp:TextBox> 问答题:
<asp:TextBox ID="TextBox3" runat="server" Width="71px"></asp:TextBox>
<br />
<br />
<asp:Button ID="Button1" runat="server" Text="生成题目" OnClick="Button1_Click" /></TD>
</TR>
</TABLE>
</FONT>
</td>
</tr>
</table>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -