资源简介

基于.net技术的校园新闻发布系统全套(带源码)

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Data.OleDb;
namespace Lb_news
{
/// 
/// admin_article 的摘要说明。
/// 

public class admin_article : System.Web.UI.Page
{
protected System.Web.UI.WebControls.DataGrid LbNews_Article;

protected Conn ds2=new Conn();

protected  OleDbDataReader rd;
protected System.Web.UI.WebControls.TextBox keyword;
protected System.Web.UI.WebControls.RequiredFieldValidator required1;
protected System.Web.UI.WebControls.Button Submit;
protected  DataSet ds;
protected string strSql;

private void Page_Load(object sender System.EventArgs e)
{
// 在此处放置用户代码以初始化页面
ds2.CheckCookies(2);

if(!Page.IsPostBack)
{

LbNews(“def“);
}
}


private void LbNews(string ShowType)
{
if (ShowType==“def“)
{
strSql=“select * from Lb_News where n_check=1 order by n_id desc“;
}

else
{
string Seatitle=Request[“keyword“];  

strSql=“select * from Lb_News where n_title like ‘%“+Seatitle+“%‘ and n_check=1 order by n_date desc“;

}

try

{

ds2.DBopen();
ds=ds2.CreateDataSet(strSql“Lb_News“);

LbNews_Article.DataSource = ds;
LbNews_Article.DataBind();


}
catch(System.Data.OleDb.OleDbException e)
{
Response.Write (e.ToString());

}

finally
{
ds2.DBclose();
}

}





public string LbNews_Edit(object aobject b)
{
string title=a.ToString();

int newid=ds2.ChangeToInt(b.ToString());


string LbNews_title=““+title+““;
return LbNews_title;

      

}




public string LbNews_Class(object a)
{

ds2.DBopen();
int classid=ds2.ChangeToInt(a.ToString());

     
rd=ds2.ExecuteOleDbDataReader(“select * from Lb_Class where C_Id=“+classid+““);

rd.Read();
string classname=rd[“C_Name“].ToString();
rd.Close();
            
ds2.DBclose();

return classname;


}





#region Web 窗体设计器生成的代码
override protected void OnInit(EventArgs e)
{
//
// CODEGEN: 该调用是 ASP.NET Web 窗体设计器所必需的。
//
InitializeComponent();
base.OnInit(e);
}

/// 
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// 

private void InitializeComponent()
{    
this.Submit.Click += new System.EventHandler(this.Submit_Click);
this.LbNews_Article.PageIndexChanged += new System.Web.UI.WebControls.DataGridPageChangedEventHandler(this.LbNews_Article_PageIndexChanged);
this.LbNews_Article.DeleteCommand += new System.Web.UI.WebControls.DataGridCommandEventHandler(this.LbNews_Article_DeleteCommand);
this.Load += new System.EventHandler(this.Page_Load);

}
#endregion

private void LbNews_Article_PageIndexChanged(object source System.Web.UI.WebControls.DataGridP

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1369088  2007-06-26 08:06  基于.net技术的校园新闻发布系统全套(带源码)\答辩.ppt

     文件     764928  2007-06-26 08:06  基于.net技术的校园新闻发布系统全套(带源码)\论文正文.doc

     文件      51712  2005-12-28 23:34  基于.net技术的校园新闻发布系统全套(带源码)\开题报告.doc

     文件         14  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\aspnet_client\system_web\1_1_4322\SmartNav.htm

     文件       8730  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\aspnet_client\system_web\1_1_4322\SmartNav.js

     文件      14428  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\aspnet_client\system_web\1_1_4322\WebUIValidation.js

     目录          0  2006-01-13 23:49  基于.net技术的校园新闻发布系统全套(带源码)\源码\aspnet_client\system_web\1_1_4322

     目录          0  2006-01-13 23:49  基于.net技术的校园新闻发布系统全套(带源码)\源码\aspnet_client\system_web

     目录          0  2006-01-13 23:49  基于.net技术的校园新闻发布系统全套(带源码)\源码\aspnet_client

     文件      81920  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\bin\Lb_news.dll

     文件     214528  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\bin\Lb_news.pdb

     文件      20480  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\bin\URLRewriter.dll

     目录          0  2006-01-13 23:49  基于.net技术的校园新闻发布系统全套(带源码)\源码\bin

     文件        943  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\common\common.js

     文件       3898  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\common\Lb_Model.cs

     目录          0  2006-01-13 23:49  基于.net技术的校园新闻发布系统全套(带源码)\源码\common

     文件       1430  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\admin_title_bg_hide.gif

     文件       1987  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\admin_title_bg_quit.gif

     文件       1432  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\admin_title_bg_show.gif

     文件        850  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\aleft.gif

     文件        848  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\aright.gif

     文件         82  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\bold.gif

     文件        320  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\BULLET1.GIF

     文件        633  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\CANEDIT.GIF

     文件        280  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\cantedit.gif

     文件        850  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\center.gif

     文件       1010  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\class_content.gif

     文件        104  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\copy.gif

     文件         91  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\cut.gif

     文件        320  2005-11-19 01:45  基于.net技术的校园新闻发布系统全套(带源码)\源码\PIC\DE.GIF

............此处省略273个文件信息

评论

共有 条评论