📄 admin_papersetup.aspx
字号:
<td style="width: 640px; height: 150px">
<asp:GridView ID="gvMulti" runat="server" AutoGenerateColumns="False" DataSourceID="ObjectDataMulti"
Height="137px" Width="621px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 611px; height: 72px">
<tr>
<td colspan="3" style="height: 9px">
<asp:Label ID="lblMultiProblemID" runat="server" Text='<%# Eval("MultiProblemID") %>'
Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="height: 9px">
<asp:Label ID="lblMultiTitle" runat="server" Text='<%# Eval("MTitle") %>'></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 181px">
<asp:CheckBox ID="CKA" runat="server" Text="A:" />
<asp:Label ID="lblA" runat="server" Text='<%# Eval("ManswerA") %>'></asp:Label></td>
<td colspan="3" style="width: 367px">
<asp:CheckBox ID="CKB" runat="server" Text="B:" />
<asp:Label ID="lblB" runat="server" Text='<%# Eval("ManswerB") %>'></asp:Label></td>
</tr>
<tr>
<td colspan="1" style="width: 181px">
<asp:CheckBox ID="CKC" runat="server" Text="C:" />
<asp:Label ID="lblC" runat="server" Text='<%# Eval("ManswerC") %>'></asp:Label></td>
<td colspan="3" style="width: 367px">
<asp:CheckBox ID="CKD" runat="server" Text="D:" />
<asp:Label ID="lblD" runat="server" Text='<%# Eval("ManswerD") %>'></asp:Label></td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ObjectDataMulti" runat="server" SelectMethod="GetMultiProblemByRange"
TypeName="ExamBLL.Auto_Generated_Code.MakePaperManager">
<SelectParameters>
<asp:ControlParameter ControlID="txtMultiNum" Name="mNum" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="ddlCourse" Name="courseID" PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td style="width: 640px">
<br />
<span style="font-size: 12pt">三、判断题</span></td>
</tr>
<tr>
<td style="width: 640px">
<asp:GridView ID="gvJudge" runat="server" AutoGenerateColumns="False" DataSourceID="ObjectDataJudge"
Width="622px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 598px; height: 35px">
<tr>
<td colspan="3" style="width: 563px; height: 16px">
<asp:Label ID="lblJudgeID" runat="server" Text='<%# Eval("JudgeProblemID") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="width: 563px; height: 16px">
<asp:Label ID="lblJudgeTitle" runat="server" Text='<%# Eval("JTitle") %>'></asp:Label>
<asp:CheckBox ID="cbCheck" runat="server" Text="正 确" /></td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ObjectDataJudge" runat="server" SelectMethod="GetJudgeProblemByRange"
TypeName="ExamBLL.Auto_Generated_Code.MakePaperManager">
<SelectParameters>
<asp:ControlParameter ControlID="txtJudgeNum" Name="jNum" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="ddlCourse" Name="courseID" PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td style="width: 640px">
<br />
<span style="font-size: 12pt">四、填空题</span></td>
</tr>
<tr>
<td style="width: 640px">
<asp:GridView ID="gvFillBlank" runat="server" AutoGenerateColumns="False" DataSourceID="ObjectDataFillBlank"
Width="622px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 519px; height: 38px">
<tr>
<td colspan="3" style="width: 517px">
<asp:Label ID="lblFillBlankID" runat="server" Text='<%# Eval("FillBlankProblemID") %>'
Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="width: 517px; height: 5px">
<asp:Label ID="Label1" runat="server" Text='<%# Eval("FfrontTitle") %>'></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:Label ID="Label2" runat="server" Text='<%# Eval("FBackTitle") %>'></asp:Label></td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ObjectDataFillBlank" runat="server" SelectMethod="GetFillBlankProblemByRange"
TypeName="ExamBLL.Auto_Generated_Code.MakePaperManager">
<SelectParameters>
<asp:ControlParameter ControlID="txtFillNum" Name="fNum" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="ddlCourse" Name="courseID" PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td style="width: 640px">
<br />
<span style="font-size: 12pt">五、简答题</span></td>
</tr>
<tr>
<td style="width: 640px">
<asp:GridView ID="gvJianda" runat="server" AutoGenerateColumns="False" DataSourceID="ObjectDataJianda"
Width="621px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<table style="width: 596px; height: 115px">
<tr>
<td colspan="3" style="width: 577px">
<asp:Label ID="lblJiandaID" runat="server" Text='<%# Eval("JiandaId") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="width: 577px">
<asp:Label ID="Label3" runat="server" Text='<%# Eval("JTitle") %>'></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="width: 577px; height: 78px">
<asp:TextBox ID="txtJiandaAnswewr" runat="server" Height="69px" TextMode="MultiLine"
Width="553px"></asp:TextBox></td>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ObjectDataJianda" runat="server" SelectMethod="GetJiandaByRange"
TypeName="ExamBLL.Auto_Generated_Code.MakePaperManager">
<SelectParameters>
<asp:ControlParameter ControlID="TextBox2" Name="dNum" PropertyName="Text" Type="String" />
<asp:ControlParameter ControlID="ddlCourse" Name="courseID" PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
</td>
</tr>
<tr>
<td align=center style="height: 31px; width: 640px;">
<asp:Button ID="Button2" runat="server" Text="保 存" Width="73px" OnClick="Button2_Click" /></td>
</tr>
</table>
</asp:Panel>
</td>
</tr>
</table>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -