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