selllist.ascx
来自「jsp实现的网上购物系统」· ASCX 代码 · 共 22 行
ASCX
22 行
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.SellList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %><link href="Images/Index.css" rel="stylesheet" type="text/css" />
<table width="200" border="0" cellspacing="0">
<tr>
<td ><img src="Skin/Digital/Images/pai.jpg" /></td>
</tr>
</table>
<table width="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="SortList"><table width="200" border="0" cellspacing="0" cellpadding="0">
<asp:Repeater ID="SellLi" EnableViewState=False Runat="server">
<ItemTemplate>
<tr>
<td class="Sortline">
·<a ID="GoodName" Runat="server"></a></td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?