articlecenterlist.ascx

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

ASCX
20
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ArticleCenterList.ascx.cs" Inherits="JiSuShop.Web.Skin.ArticleCenterList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<TABLE width="95%" border="0" align="center" cellPadding="1" cellSpacing="1" id="Table1">
	<asp:Repeater id="ArticleDataList" runat="server">
		<ItemTemplate>
			<TR>
				<TD width="51%" align="left" style="padding-left:10px; line-height:2em; border-bottom:1px dashed #ccc;">
			 <asp:HyperLink id="ArticleTitle" runat="server" /></TD>
				<TD width="49%" style=" text-align:right; padding-right:10px; line-height:2em; border-bottom:1px dashed #ccc;">
			     <asp:Literal id="JoinDate" runat="server" /></TD>
			</TR>
		</ItemTemplate>
	</asp:Repeater>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0" style="margin-top:30px;">
	<TR>
		<TD align="center">
			<asp:Panel id="PageInfo" Runat="server"></asp:Panel></TD>
	</TR>
</TABLE>

⌨️ 快捷键说明

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