📄 testanswer.aspx
字号:
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="1" style="width: 64180px; height: 417px">
</td>
<td colspan="6" style="height: 417px">
<asp:GridView ID="GridView3" runat="server" AutoGenerateColumns="False" Height="227px"
Width="682px">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
<asp:Label ID="Label38" runat="server" Text=" 三、判断题(每题"></asp:Label>
<asp:Label ID="Label11" runat="server"></asp:Label>分)
</HeaderTemplate>
<ItemTemplate>
<table style="width: 645px; height: 29px">
<tr>
<td colspan="3" rowspan="2" style="height: 123px">
<asp:Label ID="Label21" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label22" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label23" runat="server" Text='<%# Eval("Answer") %>' ForeColor="Red" Visible="False"></asp:Label>
<asp:Label ID="Label33" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label>
<asp:CheckBox ID="CheckBox5" runat="server" /></td>
</tr>
<tr>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="1" style="width: 64180px; height: 294px">
</td>
<td colspan="6" style="height: 294px">
<asp:GridView ID="GridView4" runat="server" AutoGenerateColumns="False" Height="205px"
Width="685px">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
四、填空题(每题<asp:Label ID="Label12" runat="server"></asp:Label>分)
</HeaderTemplate>
<ItemTemplate>
<table style="width: 661px; height: 52px">
<tr>
<td colspan="3" rowspan="3">
<asp:Label ID="Label24" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label25" runat="server" Text='<%# Eval("FrontTitle","、{0}") %>'></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<asp:Label ID="Label26" runat="server" Text='<%# Eval("BackTitle") %>'></asp:Label>
<asp:Label ID="Label27" runat="server" Text='<%# Eval("Answer") %>' ForeColor="Red" Visible="False"></asp:Label>
<asp:Label ID="Label34" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="1" style="width: 64180px; height: 458px">
</td>
<td colspan="6" style="height: 458px">
<asp:GridView ID="GridView5" runat="server" AutoGenerateColumns="False" Height="194px"
Width="401px">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
五、简答题(每题<asp:Label ID="Label13" runat="server"></asp:Label>分)
</HeaderTemplate>
<ItemTemplate>
<table style="width: 679px; height: 181px">
<tr>
<td colspan="3">
<asp:Label ID="Label28" runat="server" Text="<%# Container.DataItemIndex+1 %>"></asp:Label>
<asp:Label ID="Label29" runat="server" Text='<%# Eval("Title","、{0}") %>'></asp:Label>
<asp:Label ID="Label30" runat="server" Text='<%# Eval("Answer") %>' ForeColor="Red"></asp:Label>
<asp:Label ID="Label35" runat="server" Text='<%# Eval("Mark") %>' Visible="False"></asp:Label></td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<asp:TextBox ID="TextBox2" runat="server" Height="83px" TextMode="MultiLine" Width="660px"></asp:TextBox></td>
</tr>
<tr>
</tr>
</table>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Style="position: static"
Text="返回" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -