leftatsalegoods.ascx

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

ASCX
22
字号
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.LeftAtSaleGoods" %>
<table width="180" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td class="C_Left_SortTitle">特价商品</td>
	</tr>
	<tr>
		<td class="C_Left_SortBg">
			<table width="100%" border="0" cellpadding="0" cellspacing="0">
				<asp:Repeater ID="GoodList" Runat="server" EnableViewState="False">
					<ItemTemplate>
						·<A id="GoodName" runat="server" href="#"></A>
						<br>
					</ItemTemplate>
				</asp:Repeater>
			</table>
		</td>
	</tr>
	<tr>
		<td class="C_Left_SortBottom"></td>
	</tr>
</table>

⌨️ 快捷键说明

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