📄 printanswer.aspx
字号:
<%@ Page language="c#" Codebehind="PrintAnswer.aspx.cs" AutoEventWireup="false" Inherits="BSNetExam.PaperInfo.PrintAnswer" %>
<!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">
<LINK href="../CSS/STYLE.CSS" type="text/css" rel="stylesheet">
</HEAD>
<body topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR height="35">
<TD align="center" colSpan="3"><font style="FONT-SIZE: 16px" face="黑体" color="#0054a6"><asp:label id="labExamName" runat="server"></asp:label></font></TD>
</TR>
<TR>
<TD align="center"><STRONG>科目:</STRONG>
<asp:label id="labSubject" runat="server"></asp:label></TD>
<TD align="center"><STRONG>总分:</STRONG>
<asp:label id="labFen" runat="server"></asp:label>分</TD>
<TD align="center"><STRONG>时间:</STRONG>
<asp:label id="labTime" runat="server"></asp:label>分钟</TD>
</TR>
<TR>
<TD colSpan="3">
<hr color="#999999" SIZE="1">
</TD>
</TR>
<TR>
<TD colSpan="3"><asp:label id="labSTitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridS" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id=labSDataTitle runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labOKSAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id=labSDataMemo runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="labDTitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridD" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id=labDDataTitle runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labOKDAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id=labDDataMemo runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="labBTitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridB" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id=labBDataTitle runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labOKBAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id=labBDataMemo runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="labFTitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridF" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table5" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id=labFDataTitle runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labOKFAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id=labFDataMemo runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="labATitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridA" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table6" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id=labADataTitle runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labOKAAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id=labADataMemo runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="labCTitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridC" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table7" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id="labCDataTitle" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labOKCAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id="labCDataMemo" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="labTTitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridT" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table8" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id="labTDataTitle" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labOKTAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id="labTDataMemo" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid><asp:label id="labANTitle" runat="server" Visible="False" ForeColor="#0000cc"></asp:label><br>
<asp:datagrid id="DataGridAN" runat="server" Visible="False" BorderWidth="0px" Width="100%" AutoGenerateColumns="False"
ShowHeader="False">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<TABLE id="Table9" cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
<TR>
<TD>
<asp:Label id="labANDataTitle" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"RubricTitle") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<FONT color="#cc0033">参考答案:</FONT>
<asp:Label id="labANAnswer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"OKAnswer") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD><FONT color="#cc0033">批改说明:</FONT>
<asp:Label id="labANDataMemo" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"CheckMemo") %>'>
</asp:Label></TD>
</TR>
<TR>
<TD>
<HR color="#999999" SIZE="1">
</TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -