leftad.ascx
来自「商城名称: 新普网络商城XpShop 官方网站: http://www.XpS」· ASCX 代码 · 共 13 行
ASCX
13 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="LeftAD.ascx.cs" Inherits="XpShop.WebUI.Modules.LeftAD" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<asp:Repeater Runat="server" ID="rptLeftADs">
<ItemTemplate>
<%#DataBinder.Eval(Container.DataItem,"Content")%><BR><BR>
</ItemTemplate>
</asp:Repeater>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?