goodscenterright.ascx

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

ASCX
32
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="GoodsCenterRight.ascx.cs" Inherits="JiSuShop.Web.Skin.GoodsCenterRight" %>
<table width="683" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><img src="Skin/Commodity/Images/GoodsCenter_01.jpg"></td>
  </tr>
</table>
<asp:panel id="CurrentGoods" Runat="server">
	<TABLE class="AllGoods" cellSpacing="0" cellPadding="0" width="683" border="0">
		<TR>
			<asp:repeater EnableViewState="False" id="GoodsList" Runat="server">
				<ItemTemplate>
				  <td  valign="bottom" class="GoodsCenter_Content"><asp:Panel ID="AGood" Runat="server"></asp:Panel></td>
				</ItemTemplate>
			</asp:repeater>
		</TR>
  </TABLE>
	<TABLE width="683" border="0" cellpadding="0" cellspacing="0" class="GoodsCenter_Right">
		<TR>
			<TD align="center" >
				<asp:Panel id="Paging" Runat="server"></asp:Panel></TD>
		</TR>
  </TABLE>
</asp:panel>
<asp:panel HorizontalAlign="Center" id="InexistenceGoods" Runat="server" Visible="False">
	<TABLE cellSpacing="0" cellPadding="0" width="683" border="0" >
		<TR>
			<TD align="center" >
				<asp:Literal id="NoGoods" Runat="server"></asp:Literal></TD>
		</TR>
	</TABLE>
</asp:panel>

⌨️ 快捷键说明

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