📄 admin_multiselectadd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" AutoEventWireup="true" CodeFile="admin_MultiSelectAdd.aspx.cs" Inherits="Admin_admin_MultiSelectAdd" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 564px; position: static;
height: 442px" border="1">
<tr>
<td colspan="3" style="height: 20px">
多选题</td>
</tr>
<tr>
<td style="width: 5px; height: 4px">
科目:</td>
<td style="width: 475px; height: 4px" colspan="2">
<asp:DropDownList ID="DllCourse" runat="server" Style="position: static">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 5px; height: 30px">
题目:</td>
<td colspan="2" style="width: 475px; height: 1px">
<asp:TextBox ID="txtTitle" runat="server" Height="60px" Style="position: static"
TextMode="MultiLine" Width="334px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 44px">
答案A:</td>
<td colspan="2" style="width: 475px; height: 44px">
<asp:TextBox ID="txtAnswerA" runat="server" Height="56px" Style="position: static"
TextMode="MultiLine" Width="334px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 35px">
答案B:</td>
<td colspan="2" style="width: 475px; height: 35px">
<asp:TextBox ID="txtAnswerB" runat="server" Height="63px" Style="position: static"
TextMode="MultiLine" Width="333px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 36px">
答案C:</td>
<td colspan="2" style="width: 475px; height: 36px">
<asp:TextBox ID="txtAnswerC" runat="server" Height="67px" Style="position: static"
TextMode="MultiLine" Width="332px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 27px">
答案D:</td>
<td style="width: 475px; height: 27px" colspan="2">
<asp:TextBox ID="txtAnswerD" runat="server" Height="68px" Style="position: static"
TextMode="MultiLine" Width="331px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 5px; height: 6px;">
答案</td>
<td style="width: 475px; height: 6px;" colspan="2">
<asp:CheckBoxList ID="cblAnswer" runat="server" RepeatDirection="Horizontal" Style="position: static"
Width="151px">
<asp:ListItem>A</asp:ListItem>
<asp:ListItem>B</asp:ListItem>
<asp:ListItem>C</asp:ListItem>
<asp:ListItem>D</asp:ListItem>
</asp:CheckBoxList></td>
</tr>
</table>
<br />
<br />
<asp:Button ID="btnSave" runat="server" OnClick="btnSave_Click" Style="z-index: 100;
left: 310px; position: absolute; top: 601px" Text="保存" Width="40px" />
<br />
<asp:Button ID="btnCanel" runat="server" Style="z-index: 101; left: 481px; position: absolute;
top: 602px" Text="返回" Width="40px" />
<asp:Label ID="lblMessage" runat="server" Style="z-index: 103; left: 380px; position: absolute;
top: 604px"></asp:Label>
<br />
<br />
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -