91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)

資源截圖

代碼片段和文件信息

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?的摘要說(shuō)明。
///?

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)
{
//?在此處放置用戶(hù)代碼以初始化頁(yè)面
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?窗體設(shè)計(jì)器生成的代碼
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?該調(diào)用是?ASP.NET?Web?窗體設(shè)計(jì)器所必需的。
//
InitializeComponent();
base.OnInit(e);
}

///?
///?設(shè)計(jì)器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內(nèi)容。
///?

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

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件????1369088??2007-06-26?08:06??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\答辯.ppt

?????文件?????764928??2007-06-26?08:06??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\論文正文.doc

?????文件??????51712??2005-12-28?23:34??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\開(kāi)題報(bào)告.doc

?????文件?????????14??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\aspnet_client\system_web\1_1_4322\SmartNav.htm

?????文件???????8730??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\aspnet_client\system_web\1_1_4322\SmartNav.js

?????文件??????14428??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\aspnet_client\system_web\1_1_4322\WebUIValidation.js

?????目錄??????????0??2006-01-13?23:49??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\aspnet_client\system_web\1_1_4322

?????目錄??????????0??2006-01-13?23:49??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\aspnet_client\system_web

?????目錄??????????0??2006-01-13?23:49??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\aspnet_client

?????文件??????81920??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\bin\Lb_news.dll

?????文件?????214528??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\bin\Lb_news.pdb

?????文件??????20480??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\bin\URLRewriter.dll

?????目錄??????????0??2006-01-13?23:49??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\bin

?????文件????????943??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\common\common.js

?????文件???????3898??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\common\Lb_Model.cs

?????目錄??????????0??2006-01-13?23:49??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\common

?????文件???????1430??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\admin_title_bg_hide.gif

?????文件???????1987??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\admin_title_bg_quit.gif

?????文件???????1432??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\admin_title_bg_show.gif

?????文件????????850??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\aleft.gif

?????文件????????848??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\aright.gif

?????文件?????????82??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\bold.gif

?????文件????????320??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\BULLET1.GIF

?????文件????????633??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\CANEDIT.GIF

?????文件????????280??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\cantedit.gif

?????文件????????850??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\center.gif

?????文件???????1010??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\class_content.gif

?????文件????????104??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\copy.gif

?????文件?????????91??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\cut.gif

?????文件????????320??2005-11-19?01:45??基于.net技術(shù)的校園新聞發(fā)布系統(tǒng)全套(帶源碼)\源碼\PIC\DE.GIF

............此處省略273個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源