contentpages_movecontentpage.ascx
来自「非常不错的学校在线考试分析系统」· ASCX 代码 · 共 35 行
ASCX
35 行
<%@ Control Language="C#" %>
<h3>Move Content</h3>
Move <i><asp:Label id="lblTitle" Runat="Server"/></i>
to a new section.
<p>
<asp:Panel id="pnlOtherSections" Runat="Server">
<table>
<tr>
<td>
<asp:ListBox id="lstSections" Width="300" Runat="Server"/>
</td>
</tr>
<tr>
<td>
<asp:CheckBox id="chkApprove" Checked="true" Runat="Server" Text="Approve"/>
</td>
</tr>
<tr>
<td align="Right">
<asp:Button id="btnMove" Text="Move Content" Runat="Server"/>
</td>
</tr>
</table>
</asp:Panel>
<asp:Panel id="pnlNoOtherSections" Runat="Server">
There are no other sections of the same type available.
Click cancel to return to the previous page.
</asp:Panel>
<p>
<asp:Button id="btnCancel" Text="Cancel" Runat="Server"/>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?