?? sections_subsectionmenu.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<asp:Repeater id="SubSections" Runat="Server">
<ItemTemplate>
<table width="100%" border="0" cellspacing="0" cellpadding="3" class="TopicNav">
<tr>
<td align="left" valign="middle">
<asp:Image id="spaceImg" Runat="Server"></asp:Image><br>
</td>
<td align="left" valign="top" width="122" height="17" class="TopicNav">
<asp:HyperLink id="lnkSubSection" Runat="Server" />
</td>
<td align="left" valign="top">
<img src='<%=ResolveUrl("../../Images/NavIcon.gif")%>' width="31" height="17" alt=""><br>
</td>
</tr>
</table>
<community:SubSectionMenu CssClass="SectionMenu" id="SubSectionMenu" Runat="Server" />
</ItemTemplate>
</asp:Repeater>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -