selllist.ascx
来自「jsp实现的网上购物系统」· ASCX 代码 · 共 35 行
ASCX
35 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SellList.ascx.cs" Inherits="JiSuShop.Web.Skin.SellList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Skin/Default/Images/Bule_43.gif" /></td>
</tr>
<tr>
<td class="C_Item_bg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="C_Sell_Title">销售排行</td>
</tr>
<tr>
<td >
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="C_margin">
<asp:Repeater ID="SellLi" EnableViewState=False Runat="server">
<ItemTemplate>
<tr>
<td class="Sell_Item">·<a ID="GoodName" Runat="server"></a></td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Skin/Default/Images/Bule_58.gif" /></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?