leftrecommendgoods.ascx

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

ASCX
20
字号
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.LeftRecommendGoods" %>
<table cellSpacing="0" cellPadding="0" width="180" border="0" class="C_MarginBorder">
	<tr>
		<td class="C_Left_SortTitle">推荐商品</td>
	</tr>
	<TR>
		<td class="C_Left_SortBg">
			<asp:Repeater EnableViewState="False" ID="GoodList" Runat="server">
				<ItemTemplate>
					·<A id="GoodName" runat="server" href="#"></A>
					<br />
				</ItemTemplate>
				<FooterTemplate></FooterTemplate>
			</asp:Repeater>
		</td>
	<tr>
		<td class="C_Left_SortBottom"></td>
	</tr>
</table>

⌨️ 快捷键说明

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