📄 softlist.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="SoftList.ascx.cs" Inherits="wqshop.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -