• 大小: 2.05MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-18
  • 语言: C#
  • 标签: rar  

资源简介

ASP.NET电子购物商城系统(源代码论文开题报告答辩PPT).rar

资源截图

代码片段和文件信息

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      56832  2013-12-22 18:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\任务书.doc

     文件      28672  2013-12-22 10:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\开题报告.doc

     文件     702464  2013-12-22 17:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\电子购物商城系统.ppt

     文件      19456  2013-12-22 16:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\盘签.doc

     文件        109  2013-12-22 11:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\AddToCart.aspx

     文件       1262  2013-12-22 18:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\AddToCart.aspx.cs

     文件       1733  2013-12-22 11:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\AddToCart.aspx.resx

     文件       3471  2013-12-22 16:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\action.aspx

     文件       1678  2013-12-22 13:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\action.aspx.cs

     文件       5317  2013-12-22 16:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\action.aspx.resx

     文件       3916  2013-12-22 15:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddAdmin.aspx

     文件       2432  2013-12-22 16:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddAdmin.aspx.cs

     文件       5317  2013-12-22 15:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddAdmin.aspx.resx

     文件       3138  2013-12-22 11:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddCategory.aspx

     文件       2550  2013-12-22 10:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddCategory.aspx.cs

     文件       5317  2013-12-22 11:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddCategory.aspx.resx

     文件       4040  2013-12-22 10:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddProduct.aspx

     文件       2345  2013-12-22 15:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddProduct.aspx.cs

     文件       5317  2013-12-22 10:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AddProduct.aspx.resx

     文件      15049  2013-12-22 11:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\admin.csproj

     文件        114  2013-12-22 13:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\admin.csproj.webinfo

     文件        924  2013-12-22 11:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\admin.sln

     文件       8192  2013-12-22 11:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\admin.suo

     文件       6922  2013-12-22 15:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AdminDB.cs

     文件       3650  2013-12-22 17:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AdminList.aspx

     文件       1843  2013-12-22 19:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AdminList.aspx.cs

     文件       5317  2013-12-22 17:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AdminList.aspx.resx

     文件       1379  2013-12-22 10:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AdminMenu.ascx

     文件       2298  2013-12-22 15:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AdminMenu.ascx.cs

     文件       5317  2013-12-22 10:01  ASP.NET电子购物商城系统(源代码+论文+开题报告+答辩PPT)\ASP.NET电子购物商城系统+论文\程序\eshop\admin\AdminMenu.ascx.resx

............此处省略354个文件信息

评论

共有 条评论