资源简介
该在线新闻发布系统,采用了ASP技术开发,是一款以BS架构为模式的在线新闻系统,后台数据库是sqlserver。语言是C#
代码片段和文件信息
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
public string sql;
public string npics nlinks ntexts;
protected void Page_Load(object sender EventArgs e)
{
if (!IsPostBack)
{
sql = “select top 5 idtitleshouyetupian from allgonggao where shouyetupian<>‘‘ order by id desc“;
getsyt(sql);
sql = “select top 8 idtitleaddtimeleibie from allgonggao order by id desc“;
getdata(sql);
sql = “select top 5 idtitleaddtime from allgonggao where leibie=‘时政要闻‘ order by id desc“;
getdata2(sql);
sql = “select top 5 idtitleaddtime from allgonggao where leibie=‘经济动向‘ order by id desc“;
getdata3(sql);
}
if (Session[“username“] == null && Session[“temp“] == null)
{
Session[“temp“] = Page.Request.UserHostAddress;
}
if (Session[“username“] == null)
{
new Class1().hsgcaozuojilu(Session[“temp“].ToString().Trim() “浏览首页“ ““);
}
else
{
new Class1().hsgcaozuojilu(Session[“username“].ToString().Trim() “浏览首页“ ““);
}
}
private void getdata(string sql)
{
DataSet result = new DataSet();
result = new Class1().hsggetdata(sql);
if (result != null)
{
if (result.Tables[0].Rows.Count > 0)
{
DataGrid1.DataSource = result.Tables[0];
DataGrid1.DataBind();
}
else
{
DataGrid1.DataSource = null;
DataGrid1.DataBind();
}
}
}
private void getsyt(string sql)
{
DataSet result = new DataSet();
result = new Class1().hsggetdata(sql);
if (result != null)
{
if (result.Tables[0].Rows.Count > 0)
{
int i = 0;
for (i = 0; i < result.Tables[0].Rows.Count; i++)
{
npics = npics + result.Tables[0].Rows[i][“shouyetupian“].ToString().Trim() + “|“;
nlinks = nlinks + “ggdetail.aspx?id=“ + result.Tables[0].Rows[i][“id“].ToString().Trim() + “|“;
ntexts = ntexts + result.Tables[0].Rows[i][“title“].ToString().Trim() + “|“;
}
npics = npics.Substring(0 npics.Length - 1);
nlinks = nlinks.Substring(0 nlinks.Length - 1);
ntexts = ntexts.Substring(0 ntexts.Length - 1);
}
}
}
private void getdata2(string sql)
{
DataSet result = new DataSet();
result =
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1048576 2012-03-20 20:32 asp在线新闻发布网\数据库\netxinwenfabuxns_Data.MDF
文件 1048576 2012-03-20 20:32 asp在线新闻发布网\数据库\netxinwenfabuxns_Log.LDF
文件 4778 2012-02-17 09:49 asp在线新闻发布网\程序\App_Code\Class1.cs
文件 229376 2007-06-07 12:14 asp在线新闻发布网\程序\bin\ActiproSoftware.CodeHighlighter.Net20.dll
文件 229376 2007-06-07 12:10 asp在线新闻发布网\程序\bin\ActiproSoftware.Shared.Net20.dll
文件 61440 2007-01-12 00:56 asp在线新闻发布网\程序\bin\AspNetPager.dll
文件 58 2007-06-04 09:24 asp在线新闻发布网\程序\bin\AspNetPager.dll.refresh
文件 17408 2007-06-07 12:14 asp在线新闻发布网\程序\bin\CodeHighlighterTest.dll
文件 198656 2007-12-22 23:09 asp在线新闻发布网\程序\bin\DotNetTextBox.dll
文件 143360 2007-06-06 15:27 asp在线新闻发布网\程序\bin\Socut.Data.dll
文件 84 2007-06-04 11:23 asp在线新闻发布网\程序\bin\Socut.Data.dll.refresh
文件 17423 2012-03-20 20:22 asp在线新闻发布网\程序\Default.aspx
文件 3951 2012-03-20 20:29 asp在线新闻发布网\程序\Default.aspx.cs
文件 9321 2011-05-02 17:06 asp在线新闻发布网\程序\ggdetail.aspx
文件 3755 2012-02-17 09:58 asp在线新闻发布网\程序\ggdetail.aspx.cs
文件 1825 2011-03-18 16:51 asp在线新闻发布网\程序\hsgupfile.aspx
文件 2288 2011-03-18 16:31 asp在线新闻发布网\程序\hsgupfile.aspx.cs
文件 1685 2007-03-12 22:46 asp在线新闻发布网\程序\images\001.gif
文件 1631 2007-03-13 21:34 asp在线新闻发布网\程序\images\006.gif
文件 91 2008-03-19 15:32 asp在线新闻发布网\程序\images\add.gif
文件 203 2011-03-18 16:36 asp在线新闻发布网\程序\images\copyUpload.gif
文件 796 2008-03-25 15:30 asp在线新闻发布网\程序\images\cz.gif
文件 96 2008-03-19 15:32 asp在线新闻发布网\程序\images\del.gif
文件 813 2008-03-25 15:29 asp在线新闻发布网\程序\images\dl.gif
文件 91 2008-03-19 15:32 asp在线新闻发布网\程序\images\edit.gif
文件 688 2010-01-21 17:10 asp在线新闻发布网\程序\images\jiaji.gif
文件 3761 2008-03-25 15:13 asp在线新闻发布网\程序\images\login_03.gif
文件 27463 2009-09-01 11:03 asp在线新闻发布网\程序\images\login_04.gif
文件 5601 2008-03-25 15:13 asp在线新闻发布网\程序\images\login_06.gif
文件 2613 2008-03-25 15:31 asp在线新闻发布网\程序\images\login_07.gif
............此处省略770个文件信息
- 上一篇:asp.net在线作业提交管理系统
- 下一篇:asp.net在线博客 个人博客
相关资源
- 先知新闻发布系统 ASP.NET动态新闻网站
- asp.net新闻发布系统111603
- ASP.NET新闻发布系统源码+毕业论文
- ASP.NET 新闻发布系统
- ASP.NET新闻发布系统+毕业论文
- ASP.NET新闻发布系统
- ASP.NET 新闻发布系统.pdf
- asp.net做的新闻发布系统
- 新闻发布系统+文档说明
- 新闻发布系统毕业设计 ASP.NET
- Asp.NET C#简单三层架构新闻发布系统源
- .net 新闻发布系统
- 新闻发布系统以及SQL数据库
- 新闻发布系统课程设计
- ASP.NET新闻发布系统.rar
- 新闻发布系统三层架构模式完整版
- 小说发布系统 asp.net +SQL
- 新闻发布系统vs2008+ sql 2005+ c#xingweiN
- 新闻发布系统c#和asp的
- ASP.NET 新闻发布系统有后台管理功能
- ASP.NET校园新闻发布系统论文及毕业设
- asp.net简易新闻发布系统
- 基于c#的新闻发布系统源码带数据库
- 用C#编写的新闻发布系统
- ASP.NET 新闻发布系统源代码
- 基于asp.net的新闻发布网站
- 基于asp.net的新闻发布系统
- aspx新闻发布系统
- 新闻发布系统asp.net+access
- ASP.NET实现的动态新闻发布系统
评论
共有 条评论