?? contentpages_movecontentpage.ascx
字號(hào):
<%@ 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"/>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -