helpleftmenu.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 21 行

ASCX
21
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="HelpLeftMenu.ascx.cs" Inherits="JiSuShop.Web.Skin.HelpLeftMenu" %>

<table width="100%" border="0" cellspacing="0" cellpadding="0" class="Sort_margin">
  
 
  <tr>
    <td >
	

		<table width="80%" border="0" align="right" cellpadding="0" cellspacing="0">
			<asp:Repeater ID="ClassList" EnableViewState="False" Runat="server">
				<ItemTemplate>
					<tr>
						<td class="HelpCenter_LeftMenu center"><a id="ClassLink" runat="server" href="#"></a></td>
					</tr>
				</ItemTemplate>
			</asp:Repeater>
	  </table>	</td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?