jss_goods.ascx

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

ASCX
19
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="JSS_Goods.ascx.cs" Inherits="JiSuShop.Web.Skin.JSS_Goods" %>
<asp:repeater Runat="server" ID="GoodsListRepeater">
	<ItemTemplate>
		<asp:Panel Runat="server" ID="AGoods"></asp:Panel>
	</ItemTemplate>
</asp:repeater>
<!--jss:GoodsSort 
Extend="颜色:123;fei:fe;123:45" 根据扩展属性筛选商品
MaxShowGoodsCount="20": 显示商品的数量;
SubTextCount="50" 商品名称的截字数量
ShowSubClass="true" 是否显示子类别的商品
ClassID="3" 商品类别
ShowMode="AGood.ascx" 单个商品的模板
IsRecommend="true" 显示推荐
IsGoodsAtSale="true" 是否特价
MaxMemberPrice="5000" 最大会员价
MinMemberPrice="0" 最小会员价
 ID="Goodssort1" NAME="Goodssort1"></jss:GoodsSort-->

⌨️ 快捷键说明

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