newgoods.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.NewGoods" %>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="TeJia_Border">
  <tr>
    <td class="Newsg" align="right"><A href="<asp:Literal runat=server id='MoreLinkUrl' />"><img src="Skin/Digital/Images/more.gif" width="58" height="18" /></a></td>
  </tr>
  <tr>
    <td class="TeJia_padding">
        <table border="0" cellspacing="1" width="100%" class="Product" align="center">
          <tr>
           <asp:repeater id="NewGoodsList" Runat="server" EnableViewState="False">
						<ItemTemplate>
							<td  valign="bottom"><asp:Panel ID="AGood" Runat="server"></asp:Panel></td>
						</ItemTemplate>
			</asp:repeater>
          </tr>
        </table>
      <!--</marquee>-->
    </td>
  </tr>
</table>
<table cellspacing="0" cellpadding="0" width="98%" align="center" border="0">
	<tr>
		<td width="100%" height="8" bgcolor="#FFFFFF"></td>
	</tr>
</table>

⌨️ 快捷键说明

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