_topcontent.ascx

来自「一、安装SQL数据库 1、 打开Microsoft SQL Server 企业」· ASCX 代码 · 共 19 行

ASCX
19
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="_TopContent.Ascx.cs" Inherits="XfokSite.TopContent" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ OutputCache Duration="240" VaryByParam="ChannelID;ClassID;TopicID" %>
<asp:DataList ID="TopContent_DataList" runat="server" CellPadding="0" CellSpacing="0" RepeatDirection="Horizontal" RepeatColumns="1"
	Width="100%" OnItemDataBound="thisItemBound">
	<itemtemplate>
		<table width="100%" border="0" cellpadding="0" cellspacing="0">

  <tr>
    <td width="115" height="75" align="center" valign="middle" bgcolor="#FFFFFF">
	<a href='<%# Xfok.GetLink(DataBinder.Eval(Container.DataItem,"ClassID"),DataBinder.Eval(Container.DataItem,"ID"),DataBinder.Eval(Container.DataItem,"DateAndTime"),DataBinder.Eval(Container.DataItem,"Channel_Directory"))%>'>
	<asp:Image id="PreviewImg" runat="server" BorderWidth="0" style="border: 1px solid #9C9A9C;"></asp:Image></a>	</td>
    <td bgcolor="#FFFFFF"><b><font color="#ff9900">
							<asp:HyperLink Runat="server" ID="Top_Links" /></font></b><BR>
      <font color="#666666"><asp:Label id="Content" Runat="server"></asp:Label></font></td>
  </tr>
</table>
	</itemtemplate>

</asp:DataList>

⌨️ 快捷键说明

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