資源簡介
該電子商城包括以下功能:瀏覽商品,購買商品,用戶信息管理,后臺管理等。

代碼片段和文件信息
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;
namespace?eshop
{
///?
///?AddToCart?的摘要說明。
///?
public?class?AddToCart?:?System.Web.UI.Page
{
private?void?Page_Load(object?sender?System.EventArgs?e)
{
if?(Request[“productId“]?!=?null)
{
BLL.ShoppingCart?cart?=?new?eshop.BLL.ShoppingCart();
//獲取CartId
string?cartId?=?cart.GetShoppingCartId();
//向購物車添加某種商品,數量為1
cart.AddItem(cartId?int.Parse(Request[“productId“])?1);
}
//跳轉到購物車頁面
Response.Redirect(“ShoppingCart.aspx“);
}
#region?Web?窗體設計器生成的代碼
override?protected?void?OnInit(EventArgs?e)
{
//
//?CODEGEN:?該調用是?ASP.NET?Web?窗體設計器所必需的。
//
InitializeComponent();
base.OnInit(e);
}
///?
///?設計器支持所需的方法?-?不要使用代碼編輯器修改
///?此方法的內容。
///?
private?void?InitializeComponent()
{????
this.Load?+=?new?System.EventHandler(this.Page_Load);
}
#endregion
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1733??2005-03-03?14:12??第22章代碼\AddToCart.aspx.resx
?????文件???????3471??2005-03-03?14:12??第22章代碼\admin\action.aspx
?????文件???????1678??2005-03-03?14:12??第22章代碼\admin\action.aspx.cs
?????文件???????5317??2005-03-03?14:12??第22章代碼\admin\action.aspx.resx
?????文件???????3916??2005-03-03?14:12??第22章代碼\admin\AddAdmin.aspx
?????文件???????2432??2005-03-03?14:12??第22章代碼\admin\AddAdmin.aspx.cs
?????文件???????5317??2005-03-03?14:12??第22章代碼\admin\AddAdmin.aspx.resx
?????文件???????3138??2005-03-03?14:12??第22章代碼\admin\AddCategory.aspx
?????文件???????2550??2005-03-03?14:12??第22章代碼\admin\AddCategory.aspx.cs
?????文件???????5317??2005-03-03?14:12??第22章代碼\admin\AddCategory.aspx.resx
?????文件???????4040??2005-03-03?14:12??第22章代碼\admin\AddProduct.aspx
?????文件???????2345??2005-03-03?14:12??第22章代碼\admin\AddProduct.aspx.cs
?????文件???????5317??2005-03-03?14:12??第22章代碼\admin\AddProduct.aspx.resx
?????文件??????15049??2005-03-03?14:12??第22章代碼\admin\admin.csproj
?????文件????????108??2008-12-15?03:58??第22章代碼\admin\admin.csproj.webinfo
?????文件????????924??2005-03-03?14:12??第22章代碼\admin\admin.sln
?????文件???????8192??2005-03-03?14:12??第22章代碼\admin\admin.suo
?????文件???????6922??2005-03-03?14:12??第22章代碼\admin\AdminDB.cs
?????文件???????3650??2005-03-03?14:12??第22章代碼\admin\AdminList.aspx
?????文件???????1843??2005-03-03?14:12??第22章代碼\admin\AdminList.aspx.cs
?????文件???????5317??2005-03-03?14:12??第22章代碼\admin\AdminList.aspx.resx
?????文件???????1379??2005-03-03?14:12??第22章代碼\admin\AdminMenu.ascx
?????文件???????2298??2005-03-03?14:12??第22章代碼\admin\AdminMenu.ascx.cs
?????文件???????5317??2005-03-03?14:12??第22章代碼\admin\AdminMenu.ascx.resx
?????文件????????818??2005-03-03?14:12??第22章代碼\admin\AdminMenu.xm
?????文件???????2115??2005-03-03?14:12??第22章代碼\admin\AssemblyInfo.cs
?????文件??????45056??2005-03-03?14:12??第22章代碼\admin\bin\admin.dll
?????文件??????99840??2005-03-03?14:12??第22章代碼\admin\bin\admin.pdb
?????文件??????61440??2005-03-03?14:12??第22章代碼\admin\bin\eshop.dll
?????文件?????118784??2005-03-03?14:12??第22章代碼\admin\bin\Interop.CDO.dll
............此處省略350個文件信息
- 上一篇:學生管理系統傳c#論文及源碼
- 下一篇:人力資源管理系統源代碼+數據庫
評論
共有 條評論