资源简介
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个文件信息
相关资源
- C#加密、安全与软件注册(9例).rar
- 试题库管理系统毕业论文(C#)源程序
- C#自定义控件案例--美化GroupBox.rar
- C#车牌识别系统.rar
- c# 完全参考手册大全.rar
- asp.net 在线聊天室系统源代码.rar
- Bunifu_Ui_WinForms_v1.10.0.0_Downloadly.ir.rar
- delta机器人运动学算法正向逆向求解
- 华视CVR100开发SDK说明+C#案例.rar
- Mqttnet.rar
- ASP.NET网站建设实战--人民邮电出版社
- 电子病历系统.rar
- HelixToolkitWPF中文手册.rar
- Winform通用经典快速开发CS框架-outloo
- EDSDK-13.11.0.rar
- ASP.NET+SQL Server加油站管理系统.rar
- C#与西门子PLC通讯测试DOME.rar
- ServiceStack.Redis(4.0.19)[支持.net2.0].
- Himall3.3网盘附app和小程序及详细教程
- Protogen编译protobuf demotools.rar
- C# 微软TTS语音+Win7修复+发音人.rar
- C#版本图书管理系统.rar
- ASP.NET课程设计 新闻发布网站 新.rar
- GDAL202.rar
- 毕业答辩-ASP.NET 网上选课系统的设计
- 毕业答辩-asp.net作业在线提交系统的设
- 毕业答辩-ASP.NET智能评教系统(源代码
- 毕业答辩-ASP.NET基于CS结构的企业人事
- 毕业答辩-asp.net电子书城系统设计与实
- AES文件加密.rar
评论
共有 条评论