softlist.ascx
来自「商城名称: 新普网络商城XpShop 官方网站: http://www.XpS」· ASCX 代码 · 共 23 行
ASCX
23 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SoftList.ascx.cs" Inherits="XpShop.WebUI.Modules.SoftList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%BindSoftList("0",10,"dlSoftList","SoftID","desc");%>
<asp:DataList id="dlSoftList"
CellPadding="1"
CellSpacing="0"
GridLines="None"
RepeatColumns="2"
RepeatDirection="Horizontal"
RepeatLayout="Table"
Visible=false
Width="100%"
runat="server">
<ItemStyle HorizontalAlign=Left CssClass="alignCenterTop"/>
<ItemTemplate>
<table>
<tr>
<td align=center>
<a href="SoftShow.aspx?SoftID=<%#DataBinder.Eval(Container.DataItem,"SoftID")%>"><%#DataBinder.Eval(Container.DataItem,"SoftName")%></a>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?