⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 selllist.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -