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

  • 大小: 861KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-22
  • 語(yǔ)言: C#
  • 標(biāo)簽: c#??網(wǎng)上??書(shū)店??

資源簡(jiǎn)介

c#網(wǎng)上書(shū)店管理信息系統(tǒng),詳細(xì)介紹了整個(gè)開(kāi)發(fā)流程,內(nèi)含詳細(xì)代碼。

資源截圖

代碼片段和文件信息

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?BookStore?{

????public?class?AddToCart?:?System.Web.UI.Page?{

????????public?AddToCart()?{
????????????Page.Init?+=?new?System.EventHandler(Page_Init);
????????}

????????//*******************************************************
????????//
????????//?The?Page_Load?event?on?this?page?is?used?to?add?the
????????//?identified?product?to?the?user‘s?shopping?cart?and?then?immediately
????????//?redirect?to?the?shoppingcart?page?(this?avoids?problems?were?a?user?hits?
????????//?“refresh“?and?accidentally?adds?another?product?to?the?cart)??
????????//????
????????//?The?product?to?add?to?the?cart?is?specified?using
????????//?a?querystring?argument?to?the?page.
????????//
????????//*******************************************************

????????private?void?Page_Load(object?sender?System.EventArgs?e)?{
??????????????????????
????????????if?(Request.Params[“BookID“]?!=?null)?{
????????
????????????????BookStore.BookStoreDBO?cart?=?new?BookStore.BookStoreDBO();
????????????
????????????????//?Obtain?current?user‘s?shopping?cart?ID??
????????????????String?cartId?=?cart.GetShoppingCartId();???
????????????
????????????????//?Add?Product?Item?to?Cart
????????????????cart.AddItemtoShoppingCart(cartId?Int32.Parse(Request.Params[“BookID“])?1);
????????????}??
????????
????????????Response.Redirect(“ShoppingCart.aspx“);
????????}

????????private?void?Page_Init(object?sender?EventArgs?e)?{
????????????//
????????????//?CODEGEN:?This?call?is?required?by?the?ASP.NET?Web?Form?Designer.
????????????//
????????????InitializeComponent();
????????}

#region?Web?Form?Designer?generated?code
????????///?
????????///?Required?method?for?Designer?support?-?do?not?modify
????????///?the?contents?of?this?method?with?the?code?editor.
????????///?

????????private?void?InitializeComponent()?{????
????????????this.Load?+=?new?System.EventHandler(this.Page_Load);
????????}
#endregion
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1483??2005-01-19?14:07??網(wǎng)上書(shū)店管理信息系統(tǒng)\readme.txt

?????文件?????162958??2004-08-20?13:55??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\Rose\chap09.mdl

?????目錄??????????0??2008-10-15?13:28??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\Rose

?????文件??????56138??2004-08-15?02:21??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD\BookStore.cdb

?????文件??????56138??2004-08-15?02:22??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD\BookStore.cdm

?????文件??????54475??2004-08-15?02:15??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD\BookStoreDataModel.pdb

?????文件??????54431??2004-08-15?02:17??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD\BookStoreDataModel.pdm

?????文件?????157109??2004-08-15?02:05??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD\PhysicalDataModel_1.pdb

?????文件??????70507??2004-08-15?02:08??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD\PhysicalDataModel_1.pdm

?????文件??????47885??2004-08-15?02:08??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD\ch07_CDM_1.cdm

?????目錄??????????0??2008-10-15?13:28??網(wǎng)上書(shū)店管理信息系統(tǒng)\model\PD

?????目錄??????????0??2008-10-15?13:28??網(wǎng)上書(shū)店管理信息系統(tǒng)\model

?????文件????2097152??2005-04-01?10:18??網(wǎng)上書(shū)店管理信息系統(tǒng)\Database\BookStore.ldf

?????文件????2097152??2005-04-01?10:18??網(wǎng)上書(shū)店管理信息系統(tǒng)\Database\BookStore.mdf

?????目錄??????????0??2008-10-15?13:28??網(wǎng)上書(shū)店管理信息系統(tǒng)\Database

?????文件????????379??2004-03-29?09:17??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\AddToCart.aspx

?????文件???????2247??2004-03-29?10:16??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\AddToCart.aspx.cs

?????文件???????1733??2003-10-27?14:11??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\AddToCart.aspx.resx

?????文件???????2115??2004-03-29?08:56??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\AssemblyInfo.cs

?????文件???????3858??2004-04-03?09:01??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BookDetails.aspx

?????文件???????2332??2004-04-03?09:01??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BookDetails.aspx.cs

?????文件???????5317??2004-03-28?20:19??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BookDetails.aspx.resx

?????文件??????14366??2004-03-29?10:54??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BookStore.csproj

?????文件????????116??2004-04-03?08:57??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BookStore.csproj.webinfo

?????文件??????28674??2004-04-03?09:03??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BookStoreDBO.cs

?????文件???????2805??2004-04-01?11:02??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BooksList.aspx

?????文件???????1530??2004-03-29?10:16??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BooksList.aspx.cs

?????文件???????5317??2004-03-28?16:52??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\BooksList.aspx.resx

?????文件????????915??2004-03-31?23:55??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\Bottom.ascx

?????文件???????1048??2003-11-12?21:40??網(wǎng)上書(shū)店管理信息系統(tǒng)\BookStore\Bottom.ascx.cs

............此處省略174個(gè)文件信息

評(píng)論

共有 條評(píng)論