在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于ASP.NET的二手商品交易电子商务系统

基于ASP.NET的二手商品交易电子商务系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:20.02M
  • 下载次数:13
  • 浏览次数:131
  • 发布时间:2020-10-27
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
这是一份完整的电子商务系统的源代码,内含初始数据及源代码。 系统主要由ASP.NET的WEBFORM构成,运用大量的ListView控件及最新的EntityFrameWork数据操作技术。前端使用Bootstrap的框架技术,可供需要必要论文的学者使用。处于技术产权的保护,该源码初设6个积分,保证不亏。 集成支付宝二次开发就可立即上线使用,数据全是动态生成,包括后台管理,用户账号封锁,解封,包括数据库源码,使用存储过程。 说实话这是本人在大学的优秀毕业论文。如想参考的不要吝啬这6分
【实例截图】
【核心代码】
ASP.NET电子商务系统
└── SecondHand
├── SecondHand
│   └── Second_Hand
│   ├── Backup
│   │   ├── Second_Hand
│   │   │   ├── Admin
│   │   │   │   ├── AdminWebSite.aspx
│   │   │   │   ├── AdminWebSite.aspx.cs
│   │   │   │   ├── AdminWebSite.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── AddCode.ascx
│   │   │   │   ├── AddCode.ascx.cs
│   │   │   │   └── AddCode.ascx.designer.cs
│   │   │   ├── App_Themes
│   │   │   │   └── White
│   │   │   │   ├── Img
│   │   │   │   │   ├── Down.gif
│   │   │   │   │   ├── DropDownArrow.gif
│   │   │   │   │   ├── Hand2.gif
│   │   │   │   │   ├── Hand.gif
│   │   │   │   │   └── shopping.gif
│   │   │   │   ├── Skin.skin
│   │   │   │   └── StyleSheet.css
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── CSS
│   │   │   │   └── Menu
│   │   │   │   └── style.css
│   │   │   ├── Customers
│   │   │   │   ├── Order
│   │   │   │   │   ├── NewOrder.aspx
│   │   │   │   │   ├── NewOrder.aspx.cs
│   │   │   │   │   ├── NewOrder.aspx.designer.cs
│   │   │   │   │   ├── TakeDeliveryAddress.aspx
│   │   │   │   │   ├── TakeDeliveryAddress.aspx.cs
│   │   │   │   │   ├── TakeDeliveryAddress.aspx.designer.cs
│   │   │   │   │   └── UserControl
│   │   │   │   │   ├── GenerateOrder.ascx
│   │   │   │   │   ├── GenerateOrder.ascx.cs
│   │   │   │   │   ├── GenerateOrder.ascx.designer.cs
│   │   │   │   │   ├── ManagerTakeDeliveryAddress.ascx
│   │   │   │   │   ├── ManagerTakeDeliveryAddress.ascx.cs
│   │   │   │   │   ├── ManagerTakeDeliveryAddress.ascx.designer.cs
│   │   │   │   │   ├── NewOrder.ascx
│   │   │   │   │   ├── NewOrder.ascx.cs
│   │   │   │   │   └── NewOrder.ascx.designer.cs
│   │   │   │   └── Products
│   │   │   │   ├── MyShopCar.aspx
│   │   │   │   ├── MyShopCar.aspx.cs
│   │   │   │   ├── MyShopCar.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── AddShoppingCartSuccess.ascx
│   │   │   │   ├── AddShoppingCartSuccess.ascx.cs
│   │   │   │   ├── AddShoppingCartSuccess.ascx.designer.cs
│   │   │   │   ├── ShopCar.ascx
│   │   │   │   ├── ShopCar.ascx.cs
│   │   │   │   └── ShopCar.ascx.designer.cs
│   │   │   ├── Default
│   │   │   │   ├── Customer
│   │   │   │   │   ├── NewCustomer.aspx
│   │   │   │   │   └── RegisterCustomer.ascx
│   │   │   │   ├── Customers.Master
│   │   │   │   ├── Customers.Master.cs
│   │   │   │   ├── Customers.Master.designer.cs
│   │   │   │   ├── Login.aspx
│   │   │   │   ├── Login.aspx.cs
│   │   │   │   ├── Login.aspx.designer.cs
│   │   │   │   ├── Login.Master
│   │   │   │   ├── Login.Master.cs
│   │   │   │   ├── Login.Master.designer.cs
│   │   │   │   ├── Main.aspx
│   │   │   │   ├── Main.aspx.cs
│   │   │   │   ├── Main.aspx.designer.cs
│   │   │   │   ├── Main.Master
│   │   │   │   ├── Main.Master.cs
│   │   │   │   ├── Main.Master.designer.cs
│   │   │   │   ├── NewCustomer.Master
│   │   │   │   ├── NewCustomer.Master.cs
│   │   │   │   ├── NewCustomer.Master.designer.cs
│   │   │   │   ├── Saler.Master
│   │   │   │   ├── Saler.Master.cs
│   │   │   │   ├── Saler.Master.designer.cs
│   │   │   │   ├── Search_Product.aspx
│   │   │   │   ├── Search_Product.aspx.cs
│   │   │   │   ├── Search_Product.aspx.designer.cs
│   │   │   │   ├── Search_Product.Master
│   │   │   │   ├── Search_Product.Master.cs
│   │   │   │   ├── Search_Product.Master.designer.cs
│   │   │   │   └── Seller
│   │   │   │   ├── RegisterShopUser.ascx
│   │   │   │   ├── RegisterShopUser.aspx
│   │   │   │   └── Shop
│   │   │   │   └── ShopMaster.ascx
│   │   │   ├── Images
│   │   │   │   ├── loadingf.gif
│   │   │   │   ├── Login.gif
│   │   │   │   ├── PointPicture
│   │   │   │   │   └── images
│   │   │   │   │   ├── slide_arrow_left.png
│   │   │   │   │   ├── slide_arrow_right.png
│   │   │   │   │   ├── sucai1.jpg
│   │   │   │   │   ├── sucai2.jpg
│   │   │   │   │   ├── sucai3.jpg
│   │   │   │   │   ├── sucai4.jpg
│   │   │   │   │   ├── sucai5.jpg
│   │   │   │   │   └── sucai6.jpg
│   │   │   │   ├── ProductImg
│   │   │   │   │   └── Web.config
│   │   │   │   ├── Share.jpg
│   │   │   │   ├── sub.jpg
│   │   │   │   ├── Title.gif
│   │   │   │   ├── Title_Shop.gif
│   │   │   │   ├── 减.gif
│   │   │   │   └── 加.gif
│   │   │   ├── JS
│   │   │   │   ├── Add_Success.js
│   │   │   │   ├── belatedPNG.js
│   │   │   │   ├── bootstrap
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   │   │   ├── bootstrap-responsive.min.css
│   │   │   │   │   │   └── font-awesome.min.css
│   │   │   │   │   ├── font
│   │   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   │   └── fontawesome-webfont.woff
│   │   │   │   │   └── js
│   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   └── jquery-1.8.2.min.js
│   │   │   │   ├── Category.js
│   │   │   │   ├── City
│   │   │   │   │   └── Region.js
│   │   │   │   ├── DropDown.js
│   │   │   │   ├── engine1
│   │   │   │   │   ├── jquery.js
│   │   │   │   │   ├── script.js
│   │   │   │   │   ├── style.css
│   │   │   │   │   └── wowslider.js
│   │   │   │   ├── jquery.js
│   │   │   │   ├── MyScript.js
│   │   │   │   ├── PointPicture.js
│   │   │   │   ├── PopLogin.js
│   │   │   │   └── Quantity.js
│   │   │   ├── Products
│   │   │   │   ├── CategoryProductItem.aspx
│   │   │   │   ├── CategoryProductItem.aspx.cs
│   │   │   │   ├── CategoryProductItem.aspx.designer.cs
│   │   │   │   ├── ProductAllItems.aspx
│   │   │   │   ├── ProductAllItems.aspx.cs
│   │   │   │   ├── ProductAllItems.aspx.designer.cs
│   │   │   │   ├── ProductDetails.aspx
│   │   │   │   ├── ProductDetails.aspx.cs
│   │   │   │   ├── ProductDetails.aspx.designer.cs
│   │   │   │   ├── ShopProducts.aspx
│   │   │   │   ├── ShopProducts.aspx.cs
│   │   │   │   ├── ShopProducts.aspx.designer.cs
│   │   │   │   └── UserControls
│   │   │   │   ├── CategoryProductItem.ascx
│   │   │   │   ├── CategoryProductItem.ascx.cs
│   │   │   │   ├── CategoryProductItem.ascx.designer.cs
│   │   │   │   ├── Main_Category_ProductItems.ascx
│   │   │   │   ├── Main_Category_ProductItems.ascx.cs
│   │   │   │   ├── Main_Category_ProductItems.ascx.designer.cs
│   │   │   │   ├── ProductAllItems.ascx
│   │   │   │   ├── ProductAllItems.ascx.cs
│   │   │   │   ├── ProductAllItems.ascx.designer.cs
│   │   │   │   ├── ProductDetails.ascx
│   │   │   │   ├── ProductDetails.ascx.cs
│   │   │   │   ├── ProductDetails.ascx.designer.cs
│   │   │   │   ├── ShopProducts.ascx
│   │   │   │   ├── ShopProducts.ascx.cs
│   │   │   │   └── ShopProducts.ascx.designer.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Second_Hand.csproj
│   │   │   ├── Second_Hand.csproj.user
│   │   │   ├── ShopKeeper
│   │   │   │   ├── Products
│   │   │   │   │   ├── AddProduct.aspx
│   │   │   │   │   ├── AddProduct.aspx.cs
│   │   │   │   │   ├── AddProduct.aspx.designer.cs
│   │   │   │   │   ├── AllProduct.aspx
│   │   │   │   │   ├── AllProduct.aspx.cs
│   │   │   │   │   ├── AllProduct.aspx.designer.cs
│   │   │   │   │   ├── DownProduct.aspx
│   │   │   │   │   ├── DownProduct.aspx.cs
│   │   │   │   │   ├── DownProduct.aspx.designer.cs
│   │   │   │   │   ├── EditProduct.aspx
│   │   │   │   │   ├── EditProduct.aspx.cs
│   │   │   │   │   ├── EditProduct.aspx.designer.cs
│   │   │   │   │   ├── ShopProductDetails.aspx
│   │   │   │   │   ├── ShopProductDetails.aspx.cs
│   │   │   │   │   ├── ShopProductDetails.aspx.designer.cs
│   │   │   │   │   ├── ShortProduct.aspx
│   │   │   │   │   ├── ShortProduct.aspx.cs
│   │   │   │   │   ├── ShortProduct.aspx.designer.cs
│   │   │   │   │   ├── UpProduct.aspx
│   │   │   │   │   ├── UpProduct.aspx.cs
│   │   │   │   │   ├── UpProduct.aspx.designer.cs
│   │   │   │   │   └── UserControl
│   │   │   │   │   ├── AddProduct.ascx
│   │   │   │   │   ├── AddProduct.ascx.cs
│   │   │   │   │   ├── AddProduct.ascx.designer.cs
│   │   │   │   │   ├── AllProduct.ascx
│   │   │   │   │   ├── AllProduct.ascx.cs
│   │   │   │   │   ├── AllProduct.ascx.designer.cs
│   │   │   │   │   ├── ContentProduct.ascx
│   │   │   │   │   ├── ContentProduct.ascx.cs
│   │   │   │   │   ├── ContentProduct.ascx.designer.cs
│   │   │   │   │   ├── DownProduct.ascx
│   │   │   │   │   ├── DownProduct.ascx.cs
│   │   │   │   │   ├── DownProduct.ascx.designer.cs
│   │   │   │   │   ├── EditProduct.ascx
│   │   │   │   │   ├── EditProduct.ascx.cs
│   │   │   │   │   ├── EditProduct.ascx.designer.cs
│   │   │   │   │   ├── ShopProductDetails.ascx
│   │   │   │   │   ├── ShopProductDetails.ascx.cs
│   │   │   │   │   ├── ShopProductDetails.ascx.designer.cs
│   │   │   │   │   ├── ShortProduct.ascx
│   │   │   │   │   ├── ShortProduct.ascx.cs
│   │   │   │   │   ├── ShortProduct.ascx.designer.cs
│   │   │   │   │   ├── UpProduct.ascx
│   │   │   │   │   ├── UpProduct.ascx.cs
│   │   │   │   │   └── UpProduct.ascx.designer.cs
│   │   │   │   └── Shop
│   │   │   │   ├── AddShop.aspx
│   │   │   │   ├── AddShop.aspx.cs
│   │   │   │   ├── AddShop.aspx.designer.cs
│   │   │   │   ├── AllShop.aspx
│   │   │   │   ├── AllShop.aspx.cs
│   │   │   │   ├── AllShop.aspx.designer.cs
│   │   │   │   ├── ShopDetails.aspx
│   │   │   │   ├── ShopDetails.aspx.cs
│   │   │   │   ├── ShopDetails.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── AddShop.ascx
│   │   │   │   ├── AddShop.ascx.cs
│   │   │   │   ├── AddShop.ascx.designer.cs
│   │   │   │   ├── AllItems.ascx
│   │   │   │   ├── AllItems.ascx.cs
│   │   │   │   ├── AllItems.ascx.designer.cs
│   │   │   │   ├── ShopDetails.ascx
│   │   │   │   ├── ShopDetails.ascx.cs
│   │   │   │   └── ShopDetails.ascx.designer.cs
│   │   │   ├── UserControl
│   │   │   │   ├── Filter.ascx
│   │   │   │   ├── Filter.ascx.cs
│   │   │   │   └── Filter.ascx.designer.cs
│   │   │   ├── Web.config
│   │   │   ├── Web.Debug.config
│   │   │   ├── Web.Release.config
│   │   │   └── Web.sitemap
│   │   ├── Second_Hand.sln
│   │   └── Second_Hand.v12.suo
│   ├── BLL
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── BLL.dll
│   │   │   │   ├── BLL.pdb
│   │   │   │   ├── DAL.dll
│   │   │   │   ├── DAL.pdb
│   │   │   │   ├── Model.dll
│   │   │   │   └── Model.pdb
│   │   │   └── Release
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── Model.dll
│   │   │   └── Model.pdb
│   │   ├── BLL.csproj
│   │   ├── BLL.csproj.user
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   │   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   │   │   ├── BLL.dll
│   │   │   │   ├── BLL.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   └── ResolveAssemblyReference.cache
│   │   │   └── Release
│   │   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── OperaDirectory.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Tbl_Addresses.cs
│   │   ├── Tbl_Category_Details.cs
│   │   ├── Tbl_Order.cs
│   │   ├── Tbl_Order_Details.cs
│   │   ├── Tbl_Products.cs
│   │   ├── Tbl_Shop.cs
│   │   ├── Tbl_Shopping_Cart.cs
│   │   ├── Tbl_Shop_User.cs
│   │   └── Tbl_Users.cs
│   ├── DAL
│   │   ├── App.Config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── DAL.dll
│   │   │   │   ├── DAL.dll.config
│   │   │   │   ├── DAL.pdb
│   │   │   │   ├── Model.dll
│   │   │   │   └── Model.pdb
│   │   │   └── Release
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.dll.config
│   │   │   ├── DAL.pdb
│   │   │   ├── Model.dll
│   │   │   └── Model.pdb
│   │   ├── DAL.csproj
│   │   ├── DAL.csproj.user
│   │   ├── DataSourse.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   │   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   │   │   ├── DAL.dll
│   │   │   │   ├── DAL.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── edmxResourcesToEmbed
│   │   │   │   │   ├── SecondHand.csdl
│   │   │   │   │   ├── SecondHand.msl
│   │   │   │   │   └── SecondHand.ssdl
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── SecondHand.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── edmxResourcesToEmbed
│   │   │   │   ├── SecondHand.csdl
│   │   │   │   ├── SecondHand.msl
│   │   │   │   └── SecondHand.ssdl
│   │   │   └── TempPE
│   │   │   └── SecondHand.Designer.cs.dll
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── SecondHand.Designer.cs
│   │   ├── SecondHand.edmx
│   │   ├── Tbl_Addre.cs
│   │   ├── Tbl_Category_Detail.cs
│   │   ├── Tbl_Order_Deta.cs
│   │   ├── Tbl_Orders.cs
│   │   ├── Tbl_Products.cs
│   │   ├── Tbl_Shopping_Car.cs
│   │   ├── Tbl_Shops.cs
│   │   ├── Tbl_Shop_Users.cs
│   │   └── Tbl_Users.cs
│   ├── DBUtility
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── DBUtility.dll
│   │   │   │   └── DBUtility.pdb
│   │   │   └── Release
│   │   │   ├── DBUtility.dll
│   │   │   └── DBUtility.pdb
│   │   ├── DBUtility.csproj
│   │   ├── DBUtility.csproj.user
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DBUtility.csproj.FileListAbsolute.txt
│   │   │   │   ├── DBUtility.dll
│   │   │   │   ├── DBUtility.pdb
│   │   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── Release
│   │   │   ├── DBUtility.csproj.FileListAbsolute.txt
│   │   │   ├── DBUtility.csprojResolveAssemblyReference.cache
│   │   │   ├── DBUtility.dll
│   │   │   ├── DBUtility.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── ShowMessage.cs
│   ├── LogicClass
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── LogicClass.dll
│   │   │   │   └── LogicClass.pdb
│   │   │   └── Release
│   │   │   ├── LogicClass.dll
│   │   │   └── LogicClass.pdb
│   │   ├── LogicClass.csproj
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── LogicClass.csproj.FileListAbsolute.txt
│   │   │   │   ├── LogicClass.dll
│   │   │   │   └── LogicClass.pdb
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── LogicClass.csproj.FileListAbsolute.txt
│   │   │   ├── LogicClass.csprojResolveAssemblyReference.cache
│   │   │   ├── LogicClass.dll
│   │   │   └── LogicClass.pdb
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SecurityClass.cs
│   ├── Model
│   │   ├── App.Config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Model.dll
│   │   │   │   ├── Model.dll.config
│   │   │   │   └── Model.pdb
│   │   │   └── Release
│   │   │   ├── Model.dll
│   │   │   ├── Model.dll.config
│   │   │   └── Model.pdb
│   │   ├── Model.csproj
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── edmxResourcesToEmbed
│   │   │   │   │   ├── SecondHand.csdl
│   │   │   │   │   ├── SecondHand.msl
│   │   │   │   │   └── SecondHand.ssdl
│   │   │   │   ├── Model.csproj.FileListAbsolute.txt
│   │   │   │   ├── Model.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Model.dll
│   │   │   │   └── Model.pdb
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Model.csproj.FileListAbsolute.txt
│   │   │   ├── Model.csprojResolveAssemblyReference.cache
│   │   │   ├── Model.dll
│   │   │   └── Model.pdb
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ShoppingCart.cs
│   │   ├── Tbl_Address.cs
│   │   ├── Tbl_Category_Details.cs
│   │   ├── Tbl_Order.cs
│   │   ├── Tbl_Order_Details.cs
│   │   ├── Tbl_Products.cs
│   │   ├── Tbl_Shops.cs
│   │   ├── Tbl_Shop_Users.cs
│   │   └── Tbl_Users.cs
│   ├── Second_Hand
│   │   ├── Admin
│   │   │   ├── Admin.Master
│   │   │   ├── Admin.Master.cs
│   │   │   ├── Admin.Master.designer.cs
│   │   │   ├── CategoryManages.aspx
│   │   │   ├── CategoryManages.aspx.cs
│   │   │   ├── CategoryManages.aspx.designer.cs
│   │   │   ├── ProductManages.aspx
│   │   │   ├── ProductManages.aspx.cs
│   │   │   ├── ProductManages.aspx.designer.cs
│   │   │   ├── ShopManages.aspx
│   │   │   ├── ShopManages.aspx.cs
│   │   │   ├── ShopManages.aspx.designer.cs
│   │   │   ├── ShopUserManages.aspx
│   │   │   ├── ShopUserManages.aspx.cs
│   │   │   ├── ShopUserManages.aspx.designer.cs
│   │   │   ├── UserControl
│   │   │   │   ├── CategoryManage.ascx
│   │   │   │   ├── CategoryManage.ascx.cs
│   │   │   │   ├── CategoryManage.ascx.designer.cs
│   │   │   │   ├── ProductManage.ascx
│   │   │   │   ├── ProductManage.ascx.cs
│   │   │   │   ├── ProductManage.ascx.designer.cs
│   │   │   │   ├── ShopManage.ascx
│   │   │   │   ├── ShopManage.ascx.cs
│   │   │   │   ├── ShopManage.ascx.designer.cs
│   │   │   │   ├── ShopUserManage.ascx
│   │   │   │   ├── ShopUserManage.ascx.cs
│   │   │   │   ├── ShopUserManage.ascx.designer.cs
│   │   │   │   ├── UserManage.ascx
│   │   │   │   ├── UserManage.ascx.cs
│   │   │   │   └── UserManage.ascx.designer.cs
│   │   │   ├── UserManagers.aspx
│   │   │   ├── UserManagers.aspx.cs
│   │   │   ├── UserManagers.aspx.designer.cs
│   │   │   └── web.config
│   │   ├── App_Data
│   │   │   ├── aspnetdb_log.ldf
│   │   │   └── ASPNETDB.MDF
│   │   ├── App_Themes
│   │   │   └── White
│   │   │   ├── Img
│   │   │   │   ├── Down.gif
│   │   │   │   ├── DropDownArrow.gif
│   │   │   │   ├── Hand2.gif
│   │   │   │   ├── Hand.gif
│   │   │   │   └── shopping.gif
│   │   │   ├── Skin.skin
│   │   │   └── StyleSheet.css
│   │   ├── bin
│   │   │   ├── AjaxControlToolkit.dll
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── DBUtility.dll
│   │   │   ├── DBUtility.pdb
│   │   │   ├── LogicClass.dll
│   │   │   ├── LogicClass.pdb
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   ├── PCD.dll
│   │   │   ├── Second_Hand.dll
│   │   │   ├── Second_Hand.dll.config
│   │   │   └── Second_Hand.pdb
│   │   ├── ClassDiagram1.cd
│   │   ├── CSS
│   │   │   └── Menu
│   │   │   └── style.css
│   │   ├── Customers
│   │   │   ├── Order
│   │   │   │   ├── GenerateOrder.aspx
│   │   │   │   ├── GenerateOrder.aspx.cs
│   │   │   │   ├── GenerateOrder.aspx.designer.cs
│   │   │   │   ├── MyOrder.aspx
│   │   │   │   ├── MyOrder.aspx.cs
│   │   │   │   ├── MyOrder.aspx.designer.cs
│   │   │   │   ├── NewOrder.aspx
│   │   │   │   ├── NewOrder.aspx.cs
│   │   │   │   ├── NewOrder.aspx.designer.cs
│   │   │   │   ├── OrderDetails.aspx
│   │   │   │   ├── OrderDetails.aspx.cs
│   │   │   │   ├── OrderDetails.aspx.designer.cs
│   │   │   │   ├── TakeDeliveryAddress.aspx
│   │   │   │   ├── TakeDeliveryAddress.aspx.cs
│   │   │   │   ├── TakeDeliveryAddress.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── Content.ascx
│   │   │   │   ├── Content.ascx.cs
│   │   │   │   ├── Content.ascx.designer.cs
│   │   │   │   ├── GenerateOrders.ascx
│   │   │   │   ├── GenerateOrders.ascx.cs
│   │   │   │   ├── GenerateOrders.ascx.designer.cs
│   │   │   │   ├── ManagerTakeDeliveryAddress.ascx
│   │   │   │   ├── ManagerTakeDeliveryAddress.ascx.cs
│   │   │   │   ├── ManagerTakeDeliveryAddress.ascx.designer.cs
│   │   │   │   ├── MyOrder.ascx
│   │   │   │   ├── MyOrder.ascx.cs
│   │   │   │   ├── MyOrder.ascx.designer.cs
│   │   │   │   ├── NewOrder.ascx
│   │   │   │   ├── NewOrder.ascx.cs
│   │   │   │   ├── NewOrder.ascx.designer.cs
│   │   │   │   ├── OrderDetail.ascx
│   │   │   │   ├── OrderDetail.ascx.cs
│   │   │   │   └── OrderDetail.ascx.designer.cs
│   │   │   ├── Products
│   │   │   │   ├── MyShopCar.aspx
│   │   │   │   ├── MyShopCar.aspx.cs
│   │   │   │   ├── MyShopCar.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── AddShoppingCartSuccess.ascx
│   │   │   │   ├── AddShoppingCartSuccess.ascx.cs
│   │   │   │   ├── AddShoppingCartSuccess.ascx.designer.cs
│   │   │   │   ├── ShopCar.ascx
│   │   │   │   ├── ShopCar.ascx.cs
│   │   │   │   └── ShopCar.ascx.designer.cs
│   │   │   └── web.config
│   │   ├── Default
│   │   │   ├── Customer
│   │   │   │   ├── NewCustomer.aspx
│   │   │   │   ├── NewCustomer.aspx.cs
│   │   │   │   ├── NewCustomer.aspx.designer.cs
│   │   │   │   ├── RegisterCustomer.ascx
│   │   │   │   ├── RegisterCustomer.ascx.cs
│   │   │   │   ├── RegisterCustomer.ascx.designer.cs
│   │   │   │   └── web.config
│   │   │   ├── Customers.Master
│   │   │   ├── Customers.Master.cs
│   │   │   ├── Customers.Master.designer.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── Login.aspx.designer.cs
│   │   │   ├── Login.Master
│   │   │   ├── Login.Master.cs
│   │   │   ├── Login.Master.designer.cs
│   │   │   ├── Main.aspx
│   │   │   ├── Main.aspx.cs
│   │   │   ├── Main.aspx.designer.cs
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── Main.Master.designer.cs
│   │   │   ├── NewCustomer.Master
│   │   │   ├── NewCustomer.Master.cs
│   │   │   ├── NewCustomer.Master.designer.cs
│   │   │   ├── Saler.Master
│   │   │   ├── Saler.Master.cs
│   │   │   ├── Saler.Master.designer.cs
│   │   │   ├── Search_Product.aspx
│   │   │   ├── Search_Product.aspx.cs
│   │   │   ├── Search_Product.aspx.designer.cs
│   │   │   ├── Search_Product.Master
│   │   │   ├── Search_Product.Master.cs
│   │   │   ├── Search_Product.Master.designer.cs
│   │   │   └── Seller
│   │   │   ├── CreateShopUser.aspx
│   │   │   ├── CreateShopUser.aspx.cs
│   │   │   ├── CreateShopUser.aspx.designer.cs
│   │   │   ├── RegisterShopUser.ascx
│   │   │   ├── RegisterShopUser.ascx.cs
│   │   │   ├── RegisterShopUser.ascx.designer.cs
│   │   │   ├── Shop
│   │   │   │   └── ShopMaster.ascx
│   │   │   └── web.config
│   │   ├── Images
│   │   │   ├── loadingf.gif
│   │   │   ├── Login.gif
│   │   │   ├── PointPicture
│   │   │   │   └── images
│   │   │   │   ├── slide_arrow_left.png
│   │   │   │   ├── slide_arrow_right.png
│   │   │   │   ├── sucai1.jpg
│   │   │   │   ├── sucai2.jpg
│   │   │   │   ├── sucai3.jpg
│   │   │   │   ├── sucai4.jpg
│   │   │   │   ├── sucai5.jpg
│   │   │   │   └── sucai6.jpg
│   │   │   ├── ProductImg
│   │   │   │   ├── TP2015080200001.jpg
│   │   │   │   ├── TP2015080200002.jpg
│   │   │   │   ├── TP2015080500001.jpg
│   │   │   │   ├── TP2015082300001.jpg
│   │   │   │   ├── TP2015082300002.jpg
│   │   │   │   ├── TP2015082300003.jpg
│   │   │   │   ├── TP2015082300004 .jpg
│   │   │   │   ├── TP2015082300005.jpg
│   │   │   │   ├── TP2015082300006.jpg
│   │   │   │   ├── TP2015082300007.jpg
│   │   │   │   ├── TP2015082300008.jpg
│   │   │   │   ├── TP2015082400002.jpg
│   │   │   │   ├── TP2015090700009.jpg
│   │   │   │   ├── TP2015091900001.jpg
│   │   │   │   ├── TP2016040600001.jpg
│   │   │   │   ├── TP2016040600002.jpg
│   │   │   │   ├── TP2016040600003.jpg
│   │   │   │   ├── TP2016040600004.jpg
│   │   │   │   ├── TP2016041600001.jpg
│   │   │   │   ├── TP2016051200001.jpg
│   │   │   │   ├── TP2016051200002.jpg
│   │   │   │   ├── TP2016051300001.jpg
│   │   │   │   ├── TP2016051300002.jpg
│   │   │   │   ├── TP2016052400001.jpg
│   │   │   │   ├── TP2016052500001.jpg
│   │   │   │   ├── TP2016052500002.jpg
│   │   │   │   ├── TP2016052500003.jpg
│   │   │   │   ├── TP2016052500004.jpg
│   │   │   │   └── Web.config
│   │   │   ├── Rating_default.gif
│   │   │   ├── Rating_empty.gif
│   │   │   ├── Rating_normal.gif
│   │   │   ├── Share.jpg
│   │   │   ├── sub.jpg
│   │   │   ├── Title1.gif
│   │   │   ├── Title.gif
│   │   │   ├── Title_Shop.gif
│   │   │   ├── 减.gif
│   │   │   └── 加.gif
│   │   ├── JS
│   │   │   ├── Add_Success.js
│   │   │   ├── belatedPNG.js
│   │   │   ├── bootstrap
│   │   │   │   ├── css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   │   ├── bootstrap-responsive.min.css
│   │   │   │   │   └── font-awesome.min.css
│   │   │   │   ├── font
│   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   └── fontawesome-webfont.woff
│   │   │   │   └── js
│   │   │   │   ├── bootstrap.js
│   │   │   │   ├── bootstrap.min.js
│   │   │   │   └── jquery-1.8.2.min.js
│   │   │   ├── Category.js
│   │   │   ├── City
│   │   │   │   └── Region.js
│   │   │   ├── DropDown.js
│   │   │   ├── engine1
│   │   │   │   ├── jquery.js
│   │   │   │   ├── script.js
│   │   │   │   ├── style.css
│   │   │   │   └── wowslider.js
│   │   │   ├── jquery.js
│   │   │   ├── MyScript.js
│   │   │   ├── PointPicture.js
│   │   │   ├── PopLogin.js
│   │   │   └── Quantity.js
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── edmxResourcesToEmbed
│   │   │   │   │   └── DateSourse
│   │   │   │   │   ├── SecondHand.csdl
│   │   │   │   │   ├── SecondHand.msl
│   │   │   │   │   ├── SecondHand.ssdl
│   │   │   │   │   ├── SecondHnad.csdl
│   │   │   │   │   ├── SecondHnad.msl
│   │   │   │   │   ├── SecondHnad.ssdl
│   │   │   │   │   ├── SencondHandModel.csdl
│   │   │   │   │   ├── SencondHandModel.msl
│   │   │   │   │   └── SencondHandModel.ssdl
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── Second_Hand.csproj.FileListAbsolute.txt
│   │   │   │   ├── Second_Hand.csprojResolveAssemblyReference.cache
│   │   │   │   ├── Second_Hand.dll
│   │   │   │   ├── Second_Hand.pdb
│   │   │   │   └── TempPE
│   │   │   │   ├── DateSourse.SecondHand1.designer.cs.dll
│   │   │   │   ├── DateSourse.SecondHand.Designer.cs.dll
│   │   │   │   ├── DateSourse.SecondHnad.Designer.cs.dll
│   │   │   │   └── DateSourse.SencondHandModel.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Package
│   │   │   │   └── PackageTmp
│   │   │   │   ├── Admin
│   │   │   │   │   ├── AdminWebSite.aspx
│   │   │   │   │   └── UserControl
│   │   │   │   │   └── AddCode.ascx
│   │   │   │   ├── App_Themes
│   │   │   │   │   └── White
│   │   │   │   │   ├── Img
│   │   │   │   │   │   ├── Down.gif
│   │   │   │   │   │   ├── DropDownArrow.gif
│   │   │   │   │   │   ├── Hand2.gif
│   │   │   │   │   │   ├── Hand.gif
│   │   │   │   │   │   └── shopping.gif
│   │   │   │   │   ├── Skin.skin
│   │   │   │   │   └── StyleSheet.css
│   │   │   │   ├── bin
│   │   │   │   │   ├── AjaxControlToolkit.dll
│   │   │   │   │   ├── BLL.dll
│   │   │   │   │   ├── DAL.dll
│   │   │   │   │   ├── DBUtility.dll
│   │   │   │   │   ├── LogicClass.dll
│   │   │   │   │   ├── Model.dll
│   │   │   │   │   ├── PCD.dll
│   │   │   │   │   ├── Second_Hand.dll
│   │   │   │   │   └── Second_Hand.dll.config
│   │   │   │   ├── CSS
│   │   │   │   │   └── Menu
│   │   │   │   │   └── style.css
│   │   │   │   ├── Customers
│   │   │   │   │   ├── Order
│   │   │   │   │   │   ├── GenerateOrder.aspx
│   │   │   │   │   │   ├── MyOrder.aspx
│   │   │   │   │   │   ├── NewOrder.aspx
│   │   │   │   │   │   ├── TakeDeliveryAddress.aspx
│   │   │   │   │   │   └── UserControl
│   │   │   │   │   │   ├── Content.ascx
│   │   │   │   │   │   ├── GenerateOrders.ascx
│   │   │   │   │   │   ├── ManagerTakeDeliveryAddress.ascx
│   │   │   │   │   │   ├── MyOrder.ascx
│   │   │   │   │   │   └── NewOrder.ascx
│   │   │   │   │   └── Products
│   │   │   │   │   ├── MyShopCar.aspx
│   │   │   │   │   └── UserControl
│   │   │   │   │   ├── AddShoppingCartSuccess.ascx
│   │   │   │   │   └── ShopCar.ascx
│   │   │   │   ├── Default
│   │   │   │   │   ├── Customer
│   │   │   │   │   │   ├── NewCustomer.aspx
│   │   │   │   │   │   └── RegisterCustomer.ascx
│   │   │   │   │   ├── Customers.Master
│   │   │   │   │   ├── Login.aspx
│   │   │   │   │   ├── Login.Master
│   │   │   │   │   ├── Main.aspx
│   │   │   │   │   ├── Main.Master
│   │   │   │   │   ├── NewCustomer.Master
│   │   │   │   │   ├── Saler.Master
│   │   │   │   │   ├── Search_Product.aspx
│   │   │   │   │   ├── Search_Product.Master
│   │   │   │   │   └── Seller
│   │   │   │   │   ├── CreateShopUser.aspx
│   │   │   │   │   ├── RegisterShopUser.ascx
│   │   │   │   │   └── Shop
│   │   │   │   │   └── ShopMaster.ascx
│   │   │   │   ├── Images
│   │   │   │   │   ├── loadingf.gif
│   │   │   │   │   ├── Login.gif
│   │   │   │   │   ├── PointPicture
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── slide_arrow_left.png
│   │   │   │   │   │   ├── slide_arrow_right.png
│   │   │   │   │   │   ├── sucai1.jpg
│   │   │   │   │   │   ├── sucai2.jpg
│   │   │   │   │   │   ├── sucai3.jpg
│   │   │   │   │   │   ├── sucai4.jpg
│   │   │   │   │   │   ├── sucai5.jpg
│   │   │   │   │   │   └── sucai6.jpg
│   │   │   │   │   ├── ProductImg
│   │   │   │   │   │   ├── TP2015080200001.jpg
│   │   │   │   │   │   ├── TP2015080200002.jpg
│   │   │   │   │   │   ├── TP2015080500001.jpg
│   │   │   │   │   │   ├── TP2015082300001.jpg
│   │   │   │   │   │   ├── TP2015082300002.jpg
│   │   │   │   │   │   ├── TP2015082300003.jpg
│   │   │   │   │   │   ├── TP2015082300004 .jpg
│   │   │   │   │   │   ├── TP2015082300005.jpg
│   │   │   │   │   │   ├── TP2015082300006.jpg
│   │   │   │   │   │   ├── TP2015082300007.jpg
│   │   │   │   │   │   ├── TP2015082300008.jpg
│   │   │   │   │   │   ├── TP2015082400002.jpg
│   │   │   │   │   │   ├── TP2015090700009.jpg
│   │   │   │   │   │   ├── TP2015091900001.jpg
│   │   │   │   │   │   ├── TP2016040600003.jpg
│   │   │   │   │   │   ├── TP2016040600004.jpg
│   │   │   │   │   │   ├── TP2016041600001.jpg
│   │   │   │   │   │   └── Web.config
│   │   │   │   │   ├── Rating_default.gif
│   │   │   │   │   ├── Rating_empty.gif
│   │   │   │   │   ├── Rating_normal.gif
│   │   │   │   │   ├── Share.jpg
│   │   │   │   │   ├── sub.jpg
│   │   │   │   │   ├── Title.gif
│   │   │   │   │   ├── Title_Shop.gif
│   │   │   │   │   ├── 减.gif
│   │   │   │   │   └── 加.gif
│   │   │   │   ├── JS
│   │   │   │   │   ├── Add_Success.js
│   │   │   │   │   ├── belatedPNG.js
│   │   │   │   │   ├── bootstrap
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   │   │   ├── bootstrap-responsive.css
│   │   │   │   │   │   │   ├── bootstrap-responsive.min.css
│   │   │   │   │   │   │   └── font-awesome.min.css
│   │   │   │   │   │   └── js
│   │   │   │   │   │   ├── bootstrap.js
│   │   │   │   │   │   ├── bootstrap.min.js
│   │   │   │   │   │   └── jquery-1.8.2.min.js
│   │   │   │   │   ├── Category.js
│   │   │   │   │   ├── City
│   │   │   │   │   │   └── Region.js
│   │   │   │   │   ├── DropDown.js
│   │   │   │   │   ├── engine1
│   │   │   │   │   │   ├── jquery.js
│   │   │   │   │   │   ├── script.js
│   │   │   │   │   │   ├── style.css
│   │   │   │   │   │   └── wowslider.js
│   │   │   │   │   ├── jquery.js
│   │   │   │   │   ├── MyScript.js
│   │   │   │   │   ├── PointPicture.js
│   │   │   │   │   ├── PopLogin.js
│   │   │   │   │   └── Quantity.js
│   │   │   │   ├── Products
│   │   │   │   │   ├── CategoryProductItem.aspx
│   │   │   │   │   ├── ProductAllItems.aspx
│   │   │   │   │   ├── ProductDetails.aspx
│   │   │   │   │   ├── ShopProducts.aspx
│   │   │   │   │   └── UserControls
│   │   │   │   │   ├── CategoryProductItem.ascx
│   │   │   │   │   ├── Main_Category_ProductItems.ascx
│   │   │   │   │   ├── ProductAllItems.ascx
│   │   │   │   │   ├── ProductContent.ascx
│   │   │   │   │   ├── ProductDetails.ascx
│   │   │   │   │   └── ShopProducts.ascx
│   │   │   │   ├── ShopKeeper
│   │   │   │   │   ├── Order
│   │   │   │   │   │   ├── ContentOrder.aspx
│   │   │   │   │   │   ├── HistoryOrder.aspx
│   │   │   │   │   │   ├── MyOrder.aspx
│   │   │   │   │   │   └── UserControl
│   │   │   │   │   │   ├── ContentOrders.ascx
│   │   │   │   │   │   ├── HistoryOrders.ascx
│   │   │   │   │   │   └── MyOrders.ascx
│   │   │   │   │   ├── Products
│   │   │   │   │   │   ├── AddProduct.aspx
│   │   │   │   │   │   ├── AllProduct.aspx
│   │   │   │   │   │   ├── DownProduct.aspx
│   │   │   │   │   │   ├── EditProduct.aspx
│   │   │   │   │   │   ├── SaleredProduct.aspx
│   │   │   │   │   │   ├── ShopProductDetails.aspx
│   │   │   │   │   │   ├── ShortProduct.aspx
│   │   │   │   │   │   ├── UpProduct.aspx
│   │   │   │   │   │   └── UserControl
│   │   │   │   │   │   ├── AddProduct.ascx
│   │   │   │   │   │   ├── AllProduct.ascx
│   │   │   │   │   │   ├── ContentProduct.ascx
│   │   │   │   │   │   ├── DownProduct.ascx
│   │   │   │   │   │   ├── EditProduct.ascx
│   │   │   │   │   │   ├── SaleredProd.ascx
│   │   │   │   │   │   ├── ShopProductDetails.ascx
│   │   │   │   │   │   ├── ShortProduct.ascx
│   │   │   │   │   │   └── UpProduct.ascx
│   │   │   │   │   └── Shop
│   │   │   │   │   ├── AddShop.aspx
│   │   │   │   │   ├── AllShop.aspx
│   │   │   │   │   ├── ShopDetails.aspx
│   │   │   │   │   └── UserControl
│   │   │   │   │   ├── AddShop.ascx
│   │   │   │   │   ├── AllItems.ascx
│   │   │   │   │   └── ShopDetails.ascx
│   │   │   │   ├── UserControl
│   │   │   │   │   └── Filter.ascx
│   │   │   │   ├── Web.config
│   │   │   │   └── Web.sitemap
│   │   │   ├── Second_Hand.csproj.FileListAbsolute.txt
│   │   │   ├── Second_Hand.csprojResolveAssemblyReference.cache
│   │   │   ├── Second_Hand.dll
│   │   │   ├── Second_Hand.pdb
│   │   │   ├── TransformWebConfig
│   │   │   │   ├── assist
│   │   │   │   │   └── Web.config
│   │   │   │   ├── original
│   │   │   │   │   └── Web.config
│   │   │   │   └── transformed
│   │   │   │   └── Web.config
│   │   │   └── _WPPLastBuildInfo.txt
│   │   ├── Products
│   │   │   ├── CategoryProductItem.aspx
│   │   │   ├── CategoryProductItem.aspx.cs
│   │   │   ├── CategoryProductItem.aspx.designer.cs
│   │   │   ├── ProductAllItems.aspx
│   │   │   ├── ProductAllItems.aspx.cs
│   │   │   ├── ProductAllItems.aspx.designer.cs
│   │   │   ├── ProductDetails.aspx
│   │   │   ├── ProductDetails.aspx.cs
│   │   │   ├── ProductDetails.aspx.designer.cs
│   │   │   ├── ShopProducts.aspx
│   │   │   ├── ShopProducts.aspx.cs
│   │   │   ├── ShopProducts.aspx.designer.cs
│   │   │   └── UserControls
│   │   │   ├── CategoryProductItem.ascx
│   │   │   ├── CategoryProductItem.ascx.cs
│   │   │   ├── CategoryProductItem.ascx.designer.cs
│   │   │   ├── Main_Category_ProductItems.ascx
│   │   │   ├── Main_Category_ProductItems.ascx.cs
│   │   │   ├── Main_Category_ProductItems.ascx.designer.cs
│   │   │   ├── ProductAllItems.ascx
│   │   │   ├── ProductAllItems.ascx.cs
│   │   │   ├── ProductAllItems.ascx.designer.cs
│   │   │   ├── ProductContent.ascx
│   │   │   ├── ProductContent.ascx.cs
│   │   │   ├── ProductContent.ascx.designer.cs
│   │   │   ├── ProductDetails.ascx
│   │   │   ├── ProductDetails.ascx.cs
│   │   │   ├── ProductDetails.ascx.designer.cs
│   │   │   ├── ShopProducts.ascx
│   │   │   ├── ShopProducts.ascx.cs
│   │   │   └── ShopProducts.ascx.designer.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── PublishProfiles
│   │   │   ├── 配置文件1.pubxml
│   │   │   └── 配置文件1.pubxml.user
│   │   ├── Second_Hand.csproj
│   │   ├── Second_Hand.csproj.user
│   │   ├── Second_Hand.Publish.xml
│   │   ├── ShopKeeper
│   │   │   ├── Order
│   │   │   │   ├── ContentOrder.aspx
│   │   │   │   ├── ContentOrder.aspx.cs
│   │   │   │   ├── ContentOrder.aspx.designer.cs
│   │   │   │   ├── HistoryOrder.aspx
│   │   │   │   ├── HistoryOrder.aspx.cs
│   │   │   │   ├── HistoryOrder.aspx.designer.cs
│   │   │   │   ├── MyOrder.aspx
│   │   │   │   ├── MyOrder.aspx.cs
│   │   │   │   ├── MyOrder.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── ContentOrders.ascx
│   │   │   │   ├── ContentOrders.ascx.cs
│   │   │   │   ├── ContentOrders.ascx.designer.cs
│   │   │   │   ├── HistoryOrders.ascx
│   │   │   │   ├── HistoryOrders.ascx.cs
│   │   │   │   ├── HistoryOrders.ascx.designer.cs
│   │   │   │   ├── MyOrders.ascx
│   │   │   │   ├── MyOrders.ascx.cs
│   │   │   │   └── MyOrders.ascx.designer.cs
│   │   │   ├── Products
│   │   │   │   ├── AddProduct.aspx
│   │   │   │   ├── AddProduct.aspx.cs
│   │   │   │   ├── AddProduct.aspx.designer.cs
│   │   │   │   ├── AllProduct.aspx
│   │   │   │   ├── AllProduct.aspx.cs
│   │   │   │   ├── AllProduct.aspx.designer.cs
│   │   │   │   ├── DownProduct.aspx
│   │   │   │   ├── DownProduct.aspx.cs
│   │   │   │   ├── DownProduct.aspx.designer.cs
│   │   │   │   ├── EditProduct.aspx
│   │   │   │   ├── EditProduct.aspx.cs
│   │   │   │   ├── EditProduct.aspx.designer.cs
│   │   │   │   ├── SaleredProduct.aspx
│   │   │   │   ├── SaleredProduct.aspx.cs
│   │   │   │   ├── SaleredProduct.aspx.designer.cs
│   │   │   │   ├── ShopProductDetails.aspx
│   │   │   │   ├── ShopProductDetails.aspx.cs
│   │   │   │   ├── ShopProductDetails.aspx.designer.cs
│   │   │   │   ├── ShortProduct.aspx
│   │   │   │   ├── ShortProduct.aspx.cs
│   │   │   │   ├── ShortProduct.aspx.designer.cs
│   │   │   │   ├── UpProduct.aspx
│   │   │   │   ├── UpProduct.aspx.cs
│   │   │   │   ├── UpProduct.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── AddProduct.ascx
│   │   │   │   ├── AddProduct.ascx.cs
│   │   │   │   ├── AddProduct.ascx.designer.cs
│   │   │   │   ├── AllProduct.ascx
│   │   │   │   ├── AllProduct.ascx.cs
│   │   │   │   ├── AllProduct.ascx.designer.cs
│   │   │   │   ├── ContentProduct.ascx
│   │   │   │   ├── ContentProduct.ascx.cs
│   │   │   │   ├── ContentProduct.ascx.designer.cs
│   │   │   │   ├── DownProduct.ascx
│   │   │   │   ├── DownProduct.ascx.cs
│   │   │   │   ├── DownProduct.ascx.designer.cs
│   │   │   │   ├── EditProduct.ascx
│   │   │   │   ├── EditProduct.ascx.cs
│   │   │   │   ├── EditProduct.ascx.designer.cs
│   │   │   │   ├── SaleredProd.ascx
│   │   │   │   ├── SaleredProd.ascx.cs
│   │   │   │   ├── SaleredProd.ascx.designer.cs
│   │   │   │   ├── ShopProductDetails.ascx
│   │   │   │   ├── ShopProductDetails.ascx.cs
│   │   │   │   ├── ShopProductDetails.ascx.designer.cs
│   │   │   │   ├── ShortProduct.ascx
│   │   │   │   ├── ShortProduct.ascx.cs
│   │   │   │   ├── ShortProduct.ascx.designer.cs
│   │   │   │   ├── UpProduct.ascx
│   │   │   │   ├── UpProduct.ascx.cs
│   │   │   │   └── UpProduct.ascx.designer.cs
│   │   │   ├── Shop
│   │   │   │   ├── AddShop.aspx
│   │   │   │   ├── AddShop.aspx.cs
│   │   │   │   ├── AddShop.aspx.designer.cs
│   │   │   │   ├── AllShop.aspx
│   │   │   │   ├── AllShop.aspx.cs
│   │   │   │   ├── AllShop.aspx.designer.cs
│   │   │   │   ├── ShopDetails.aspx
│   │   │   │   ├── ShopDetails.aspx.cs
│   │   │   │   ├── ShopDetails.aspx.designer.cs
│   │   │   │   └── UserControl
│   │   │   │   ├── AddShop.ascx
│   │   │   │   ├── AddShop.ascx.cs
│   │   │   │   ├── AddShop.ascx.designer.cs
│   │   │   │   ├── AllItems.ascx
│   │   │   │   ├── AllItems.ascx.cs
│   │   │   │   ├── AllItems.ascx.designer.cs
│   │   │   │   ├── ShopDetails.ascx
│   │   │   │   ├── ShopDetails.ascx.cs
│   │   │   │   └── ShopDetails.ascx.designer.cs
│   │   │   └── web.config
│   │   ├── UserControl
│   │   │   ├── Filter.ascx
│   │   │   ├── Filter.ascx.cs
│   │   │   └── Filter.ascx.designer.cs
│   │   ├── Web.config
│   │   ├── Web.Debug.config
│   │   ├── Web.Release.config
│   │   └── Web.sitemap
│   ├── Second_Hand.sln
│   ├── Second_Hand.suo
│   ├── Second_Hand.v11.suo
│   ├── Second_Hand.v12.suo
│   └── UpgradeLog.htm
├── SecondHand_log.ldf
└── SecondHand.mdf

177 directories, 889 files

标签:

实例下载地址

基于ASP.NET的二手商品交易电子商务系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警