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

  • 大小: 1.98MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-24
  • 語言: 其他
  • 標簽:

資源簡介

網上購物商城 開題,論文,答辯PPT全套,C# .VS2005,超級好!

資源截圖

代碼片段和文件信息

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
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

????..A..H.???????162??2008-04-27?13:26??網上購物商城\網上購物商城\~$章 系統分析.doc

????..A..H.???????162??2008-04-27?13:42??網上購物商城\網上購物商城\~$章 系統設計.doc

????..A..H.????268800??2005-10-13?01:20??網上購物商城\網上購物商城\~WRL2712.tmp

?????文件??????25088??2005-09-02?10:48??網上購物商城\網上購物商城\中英文摘要.doc

?????文件??????62464??2005-10-14?13:36??網上購物商城\網上購物商城\任務書.doc

?????文件??????29184??2005-10-13?01:28??網上購物商城\網上購物商城\參考文獻.doc

?????文件??????22528??2005-10-13?01:07??網上購物商城\網上購物商城\開題報告.doc

?????文件?????650240??2005-10-13?00:43??網上購物商城\網上購物商城\電子購物商城系統.ppt

?????文件??????19456??2005-10-13?01:30??網上購物商城\網上購物商城\盤簽.doc

?????文件??????27648??2005-10-13?02:00??網上購物商城\網上購物商城\目錄.doc

?????文件????????109??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\AddToCart.aspx

?????文件???????1262??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\AddToCart.aspx.cs

?????文件???????1733??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\AddToCart.aspx.resx

?????文件???????3471??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\action.aspx

?????文件???????1678??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\action.aspx.cs

?????文件???????5317??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\action.aspx.resx

?????文件???????3916??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddAdmin.aspx

?????文件???????2432??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddAdmin.aspx.cs

?????文件???????5317??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddAdmin.aspx.resx

?????文件???????3138??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddCategory.aspx

?????文件???????2550??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddCategory.aspx.cs

?????文件???????5317??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddCategory.aspx.resx

?????文件???????4040??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddProduct.aspx

?????文件???????2345??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddProduct.aspx.cs

?????文件???????5317??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AddProduct.aspx.resx

?????文件??????15049??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\admin.csproj

?????文件????????114??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\admin.csproj.webinfo

?????文件????????924??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\admin.sln

?????文件???????8192??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\admin.suo

?????文件???????6922??2005-03-03?14:12??網上購物商城\網上購物商城\程序\eshop\admin\AdminDB.cs

............此處省略355個文件信息

評論

共有 條評論