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

  • 大小: 884KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-16
  • 語言: C#
  • 標簽: ASP.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;

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.xml

?????文件???????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個文件信息

評論

共有 條評論