您目前尚未登陆,请选择【登陆】或【注册
首页->新闻文章->三层新闻发布管理系统源码>>news2005/Web/AllNews.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层新闻发布管理系统源码
当前文件:文件类型 TreeLayerNews/news2005/Web/AllNews.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="AllNews.aspx.cs" Inherits="Web_AllNews" Title="Untitled Page" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3 &nbsp;&nbsp; 4 <asp:Repeater ID="Repeater1" runat="server"> 5 <ItemTemplate> 6 <table width="605px" border="0" cellpadding="0" cellspacing="0"> 7 <tr> 8 <td height="24" style="BORDER-bottom: #999999 1px dotted"> 9 &nbsp;&nbsp; 10 <span style="font-size:9pt;line-height:15pt"> 11 <a href='ListView.aspx?cid=<%#DataBinder.Eval(Container.DataItem,"id")%>' title="" target="_blank"><%#cutString(DataBinder.Eval(Container.DataItem,"title").ToString(),30)%></a> 12 </span> 13 <font color="#999999" >[<%#Convert.ToDateTime(DataBinder.Eval(Container.DataItem,"infotime")).ToShortDateString()%>]</font> <font color="#999999" >(阅读<font color="#FF0000"><%#DataBinder.Eval(Container.DataItem,"hits")%></font>次)</font> 14 </td> 15 </tr> 16 </table> 17 </ItemTemplate> 18 </asp:Repeater> 19</asp:Content> 20 21
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:三层新闻发布管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号