Asp.net源码专业站
首页->博客空间->替某公司写的一个小论坛(供新人参考)>>Index.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:替某公司写的一个小论坛(供新人参考)
当前文件:文件类型 lingdaBBS/Index.aspx[2K,2009-6-12 11:47:01]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Index" Title="Untitled Page" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3 <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="AccessDataSource1" Width="100%" BorderColor="White"> 4 <Columns> 5 <asp:TemplateField HeaderText="版块名称" SortExpression="SectionName"> 6 <ItemTemplate> 7 <a href="DisplayTitle.aspx?SectionID=<%# Eval("SectionID")%>"><asp:Label ID="Label1" runat="server" Text='<%# Bind("SectionName") %>'></asp:Label></a> 8 <asp:Label ID="Label2" runat="server" Text='<%# Bind("SectionID") %>' Visible="False"></asp:Label> 9 </ItemTemplate> 10 <HeaderStyle Height="50px" /> 11 <ItemStyle BorderColor="Gainsboro" Height="100px" HorizontalAlign="Center" /> 12 </asp:TemplateField> 13 <asp:BoundField HeaderText="今日发帖子" DataField="DayTitle"> 14 <HeaderStyle Width="10%" Height="50px" /> 15 <ItemStyle Height="100px" HorizontalAlign="Center" /> 16 </asp:BoundField> 17 <asp:BoundField HeaderText="主题" DataField="TitleCount"> 18 <HeaderStyle Width="10%" Height="50px" /> 19 <ItemStyle Height="100px" HorizontalAlign="Center" /> 20 </asp:BoundField> 21 <asp:BoundField HeaderText="总帖数" DataField="TopicCount"> 22 <HeaderStyle Width="10%" Height="50px" /> 23 <ItemStyle Height="100px" HorizontalAlign="Center" /> 24 </asp:BoundField> 25 <asp:TemplateField HeaderText="最后发表"> 26 <HeaderStyle Width="30%" Height="50px" /> 27 <ItemStyle Height="100px" HorizontalAlign="Center" /> 28 </asp:TemplateField> 29 </Columns> 30 </asp:GridView> 31 <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/lingda.mdb" 32 SelectCommand="SELECT [SectionID], [SectionName], [TitleCount], [TopicCount], [DayTitle] FROM [LD_Section]"> 33 </asp:AccessDataSource> 34 35</asp:Content> 36 37
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:替某公司写的一个小论坛(供新人参考)
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146