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

📄 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="150" border="0" cellspacing="0" cellpadding="0" class="SellList_m" >
  <tr>
    <td><img src="Skin/Commodity/Images/SellList_01.jpg" width="150" height="58"></td>
  </tr>
  <tr>
    <td class="SellList_bg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="240" class="Sell_bt" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" >
      <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>
  </table>

⌨️ 快捷键说明

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