goodscenterright.ascx

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

ASCX
26
字号
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.GoodsCenterRight" %>
<asp:panel id="CurrentGoods" Runat="server">
	<TABLE  class="AllGoods"  cellSpacing="0" cellPadding="0" width="100%" border="0">
		<TR >
			<asp:repeater EnableViewState=False id="GoodsList" Runat="server">
				<ItemTemplate>
					<td align="center" valign="bottom"><asp:Panel ID="AGood" Runat="server"></asp:Panel></td>
				</ItemTemplate>
			</asp:repeater>
		</TR>
	</TABLE>
	<TABLE width="100%" border="0" cellpadding="0" cellspacing="0" >
		<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="98%" border="0">
		<TR>
			<TD >
				<asp:Literal id="NoGoods" Runat="server"></asp:Literal></TD>
		</TR>
	</TABLE>
</asp:panel>

⌨️ 快捷键说明

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