在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于c#的购物网站.zip

基于c#的购物网站.zip

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.29M
  • 下载次数:2
  • 浏览次数:53
  • 发布时间:2021-12-01
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
给予c#的购物网站系统,基本功能类似淘宝
【实例截图】
【核心代码】
4744302543287688520.zip
└── 购物设计网站
├── Web.config
└── 购物设计网站
├── AddToCart.aspx
├── AddToCart.aspx.cs
├── Admin
│   ├── adminAddClass.aspx
│   ├── adminAddClass.aspx.cs
│   ├── adminAddNews.aspx
│   ├── adminAddNews.aspx.cs
│   ├── adminAddProduct.aspx
│   ├── adminAddProduct.aspx.cs
│   ├── adminIndex.aspx
│   ├── adminIndex.aspx.cs
│   ├── adminMain.aspx
│   ├── adminMain.aspx.cs
│   ├── adminPass.aspx
│   ├── adminPass.aspx.cs
│   ├── CODE.inc
│   ├── guestDel.aspx
│   ├── guestDel.aspx.cs
│   ├── htmledit
│   │   ├── edit.css
│   │   ├── edit.js
│   │   ├── editor.html
│   │   ├── images
│   │   │   ├── aleft.gif
│   │   │   ├── aright.gif
│   │   │   ├── bold.gif
│   │   │   ├── bullist.gif
│   │   │   ├── center.gif
│   │   │   ├── copy.gif
│   │   │   ├── cut.gif
│   │   │   ├── delete.gif
│   │   │   ├── fgcolor.gif
│   │   │   ├── help.gif
│   │   │   ├── hr.gif
│   │   │   ├── img.gif
│   │   │   ├── indent.gif
│   │   │   ├── italic.gif
│   │   │   ├── numlist.gif
│   │   │   ├── outdent.gif
│   │   │   ├── paste.gif
│   │   │   ├── redo.gif
│   │   │   ├── save.gif
│   │   │   ├── table.gif
│   │   │   ├── underline.gif
│   │   │   ├── undo.gif
│   │   │   └── wlink.gif
│   │   ├── selcolor.html
│   │   └── table.html
│   ├── images
│   │   ├── admin_left_1.gif
│   │   ├── admin_left_2.gif
│   │   ├── admin_left_3.gif
│   │   ├── admin_left_4.gif
│   │   ├── admin_left_5.gif
│   │   ├── admin_left_6.gif
│   │   ├── admin_left_7.gif
│   │   ├── admin_left_8.gif
│   │   ├── admin_left_9.gif
│   │   ├── code.gif
│   │   ├── fly.gif
│   │   ├── glow.gif
│   │   ├── icon_editor_bold.gif
│   │   ├── icon_editor_center.gif
│   │   ├── icon_editor_code.gif
│   │   ├── icon_editor_email.gif
│   │   ├── icon_editor_image.gif
│   │   ├── icon_editor_italicize.gif
│   │   ├── icon_editor_list.gif
│   │   ├── icon_editor_quote.gif
│   │   ├── icon_editor_underline.gif
│   │   ├── icon_editor_url.gif
│   │   ├── move.gif
│   │   ├── shadow.gif
│   │   ├── swf.gif
│   │   ├── title_bg_quit.gif
│   │   └── title.gif
│   ├── Left.aspx
│   ├── Left.aspx.cs
│   ├── login.aspx
│   ├── login.aspx.cs
│   ├── lyadmin.aspx
│   ├── lyadmin.aspx.cs
│   ├── main.aspx
│   ├── main.aspx.cs
│   ├── newsAdmin.aspx
│   ├── newsAdmin.aspx.cs
│   ├── newsDel.aspx
│   ├── newsDel.aspx.cs
│   ├── orderDetail.aspx
│   ├── Order_Detail.aspx
│   ├── orderDetail.aspx.cs
│   ├── Order_Detail.aspx.cs
│   ├── orderNo.aspx
│   ├── orderNo.aspx.cs
│   ├── OrderOk.aspx
│   ├── OrderOk.aspx.cs
│   ├── ProductCommend.aspx
│   ├── ProductCommend.aspx.cs
│   ├── productDel.aspx
│   ├── productDel.aspx.cs
│   ├── productEdit.aspx
│   ├── productEdit.aspx.cs
│   ├── Products.aspx
│   ├── Products.aspx.cs
│   ├── reViewAdmin.aspx
│   ├── reViewAdmin.aspx.cs
│   ├── reViewDel.aspx
│   ├── reViewDel.aspx.cs
│   ├── userDetail.aspx
│   ├── userDetail.aspx.cs
│   ├── userList.aspx
│   └── userList.aspx.cs
├── AssemblyInfo.cs
├── B2CSystem.csproj
├── B2CSystem.csproj.user
├── B2CSystem.sln
├── B2CSystem.suo
├── bin
│   ├── aspnetpager.dll
│   ├── B2CSystem.dll
│   ├── B2CSystem.pdb
│   ├── HenryFan.WebControls.dll
│   ├── System.Web.Extensions.Design.dll
│   └── System.Web.Extensions.dll
├── CheckOut.aspx
├── CheckOut.aspx.cs
├── Common
│   ├── PageSelect.cs
│   ├── SqlDbCls.cs
│   └── StringFillter.cs
├── DAL
│   └── SQLDAL.cs
├── DB
│   ├── B2CSystem.bak
│   └── DB.rar
├── Default.aspx
├── Default.aspx.cs
├── ErrorPage.aspx
├── ErrorPage.aspx.cs
├── from.gif
├── Global.asax
├── Global.asax.cs
├── Help.aspx
├── Help.aspx.cs
├── Images
│   ├── AddToCart.gif
│   ├── ArrowBlueL.gif
│   ├── ArrowLittleL.gif
│   ├── ArrowOrangeL.gif
│   ├── BannerBG1.gif
│   ├── BannerBGBlue.gif
│   ├── BannerBGButton.gif
│   ├── BannerBGFooter.gif
│   ├── BannerBGFooterS.gif
│   ├── BannerBG.gif
│   ├── BannerBGGreen.gif
│   ├── BannerBGOrange.gif
│   ├── BannerBGYellow.gif
│   ├── BGMove.gif
│   ├── ButtonBGBlue.gif
│   ├── Categories.gif
│   ├── CheckOut.gif
│   ├── Customers
│   │   └── Photo
│   ├── DotLineH.gif
│   ├── DotLineV.gif
│   ├── Download.gif
│   ├── from.gif
│   ├── GoTop.gif
│   ├── Help.gif
│   ├── Holiday
│   ├── Login.gif
│   ├── Logout.gif
│   ├── mail.gif
│   ├── Member
│   │   ├── Count.gif
│   │   ├── Forum.gif
│   │   ├── List.gif
│   │   ├── Profile.gif
│   │   ├── Security.gif
│   │   ├── Thumbs.db
│   │   └── wait.gif
│   ├── More.gif
│   ├── Register.gif
│   ├── RelationProducts.gif
│   ├── Review.gif
│   ├── ReviewRating1.gif
│   ├── ReviewRating2.gif
│   ├── ReviewRating3.gif
│   ├── ReviewRating4.gif
│   ├── ReviewRating5.gif
│   ├── Search.gif
│   ├── ShoppingCart.gif
│   ├── Shopping.gif
│   ├── Star.gif
│   ├── Thumbs.db
│   ├── TopImg.gif
│   ├── UpdateCart.gif
│   ├── url.gif
│   └── YellowOrange.gif
├── Js
│   ├── b2cshop.js
│   └── Style.css
├── Login.aspx
├── Login.aspx.cs
├── Logout.aspx
├── Logout.aspx.cs
├── Member.aspx
├── Member.aspx.cs
├── obj
│   ├── B2CSystem.csproj.FileListAbsolute.txt
│   └── Debug
│   ├── B2CSystem.dll
│   ├── B2CSystem.pdb
│   └── TempPE
├── Product.aspx
├── Product.aspx.cs
├── ProductImages
│   ├── 2011712215431.jpg
│   ├── 2011712215432.jpg
│   ├── 2011824212833.jpg
│   ├── 2011824213122.jpg
│   ├── 2011824213745.jpg
│   ├── 2011824213912.jpg
│   └── 2011824213914.jpg
├── ProductsTop.aspx
├── ProductsTop.aspx.cs
├── Register.aspx
├── Register.aspx.cs
├── SearchProducts.aspx
├── SearchProducts.aspx.cs
├── Security.aspx
├── Security.aspx.cs
├── ShoppingCart.aspx
├── ShoppingCart.aspx.cs
├── SiteStyle.css
├── Style.css
├── SWF
│   ├── MallNav.swf
│   └── TopBanner.swf
├── UserControls
│   ├── Bulletin.ascx
│   ├── Bulletin.ascx.cs
│   ├── Commend.ascx
│   ├── Commend.ascx.cs
│   ├── Footer.ascx
│   ├── Footer.ascx.cs
│   ├── Header.ascx
│   ├── Header.ascx.cs
│   ├── Link.ascx
│   ├── Link.ascx.cs
│   ├── LoginInfo.ascx
│   ├── LoginInfo.ascx.cs
│   ├── ProductsClicksSaleTop.ascx
│   ├── ProductsClicksSaleTop.ascx.cs
│   ├── ProductsTopDateTimed.ascx
│   ├── ProductsTopDateTimed.ascx.cs
│   ├── SiteInfo.ascx
│   └── SiteInfo.ascx.cs
└── Web.config

22 directories, 241 files

标签:

实例下载地址

基于c#的购物网站.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警