-
大小: 1.34MB文件類型: .rar金幣: 2下載: 1 次發(fā)布日期: 2023-10-03
- 語言: C#
- 標(biāo)簽:
資源簡介
系統(tǒng)功能描述:
ASP.NET物流信息發(fā)布平臺由前臺信息瀏覽、會員發(fā)布信息和網(wǎng)站后臺管理兩大部分組成。
前臺功能模塊:
網(wǎng)站首頁、發(fā)布貨源、貨源信息、發(fā)布車源、車源信息、發(fā)布專線、專線信息發(fā)布車訊、二手車訊、發(fā)布司機、司機信息、會員注冊、聯(lián)系我們和后臺登錄入口等功能模塊。
后臺管理模塊:
信息管理、發(fā)布信息管理、會員管理和系統(tǒng)管理
附程序使用說明。

代碼片段和文件信息
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;
using?System.Data.SqlClient;
public?partial?class?Cargo_list?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!this.IsPostBack)
????????{
????????????this.bind();
????????}
????}
????public?void?bind()
????{
????????SqlConnection?strcon?=?new?SqlConnection(System.Configuration.ConfigurationManager.AppSettings[“strcon“]);
????????strcon.Open();
????????SqlDataAdapter?sda?=?new?SqlDataAdapter(“select?*?from?tb_Cargo?where?Auditing=1?order?by?id?desc“?strcon);
????????DataSet?ds?=?new?DataSet();
????????sda.Fill(ds“tb_Cargo“);
????????this.GridView1.DataSource?=?ds.Tables[“tb_Cargo“];
????????this.GridView1.DataBind();
????}
????protected?void?GridView1_PageIndexChanging(object?sender?GridViewPageEventArgs?e)
????{
????????this.GridView1.PageIndex?=?e.NewPageIndex;
????????this.bind();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......???????419??2012-08-13?11:51??物流信息供求網(wǎng)源碼\App_Code\login.cs
????.......??????4058??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Cargo_list.aspx
????.......??????1157??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Cargo_list.aspx.cs
????.......??????5683??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Cargo_open.aspx
????.......??????1608??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Cargo_open.aspx.cs
????.......??????7633??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Cargo_send.aspx
????.......??????2053??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Cargo_send.aspx.cs
????.......??????2819??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Chauffeur_list.aspx
????.......??????1178??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Chauffeur_list.aspx.cs
????.......??????5743??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Chauffeur_open.aspx
????.......??????1607??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Chauffeur_open.aspx.cs
????.......??????7487??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Chauffeur_send.aspx
????.......??????1980??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Chauffeur_send.aspx.cs
????.......??????3692??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Contact.aspx
????.......???????408??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Contact.aspx.cs
????.......???????271??2012-08-13?11:51??物流信息供求網(wǎng)源碼\css\css.css
????.......???2228224??2012-08-13?11:51??物流信息供求網(wǎng)源碼\DB_51aspx\db_Wuliu_Data.MDF
????.......???1048576??2012-08-13?11:51??物流信息供求網(wǎng)源碼\DB_51aspx\db_Wuliu_Log.LDF
????.......?????15397??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Default.aspx
????.......??????1417??2012-08-13?11:51??物流信息供求網(wǎng)源碼\Default.aspx.cs
????.......????????30??2012-08-13?11:51??物流信息供求網(wǎng)源碼\deletelog.txt
????.......???????462??2012-08-13?11:51??物流信息供求網(wǎng)源碼\foot.ascx
????.......???????412??2012-08-13?11:51??物流信息供求網(wǎng)源碼\foot.ascx.cs
????.......??????4945??2012-08-13?11:51??物流信息供求網(wǎng)源碼\from.gif
????.......??????2268??2012-08-13?11:51??物流信息供求網(wǎng)源碼\head.ascx
????.......???????412??2012-08-13?11:51??物流信息供求網(wǎng)源碼\head.ascx.cs
????.......??????3520??2012-08-13?11:52??物流信息供求網(wǎng)源碼\images\00.gif
????.......??????4690??2012-08-13?11:52??物流信息供求網(wǎng)源碼\images\1.gif
????.......??????8106??2012-08-13?11:52??物流信息供求網(wǎng)源碼\images\163.gif
????.......?????11924??2012-08-13?11:52??物流信息供求網(wǎng)源碼\images\ccid.gif
............此處省略101個文件信息
評論
共有 條評論