Welcome![Sign In][Sign Up]
Location:
Search - shopping cart in asp.net

Search list

[Oraclematization

Description: 首先把基本站点体系结构建立起来,确定应用程序的各个部分如何一起工作,接着把商品类目内置到这个体系中。①建立一个数据库来存储商品类目,其中包含主类目、子类目和其中商品。②编写SQL和VB.NET代码,访问这些数据。③数据库提供一个免费文本搜索引擎。④为站点管理员提供一个站点的私有区域,在该区域中他们可以在线修改类目。 第二阶段:①建立我们自己的ASP.NET购物篮。②添加一个数据库表,存储完整的订单。把完整的订单传送给Paypal进行信用卡处理。 -First of all, the basic site architecture set up to determine the application how the various parts work together, then the commodity categories built into the system. ① the establishment of a database to store merchandise categories, which includes the main categories, sub-categories and one commodity. ② prepared SQL and VB.NET code, access the data. ③ database to provide a free text search engine. ④ for site administrators to provide a site private area in the region, they can be modified online categories. The second stage: ① to establish our own ASP.NET shopping cart. ② add a database table, storing the complete orders. The integrity of the orders sent to Paypal for credit card processing.
Platform: | Size: 88064 | Author: wq57 | Hits:

[JSP/Javatestsession

Description: 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2,利用javabean封装。比较适合jsp初学者。 3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。 数据库建立 create database shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(20) not null, s_price money not null ) go insert into t_sp values( IBM笔记本电脑 , 19999 ) insert into t_sp values( Hp商务笔记本电脑 , 8666 ) insert into t_sp values( 精通JSP技术 , 236 ) insert into t_sp values( ASP.NET高级应用 , 156 ) insert into t_sp values( J2EE高级开发 , 126 ) insert into t_sp values( 华硕笔记本电脑 , 6789 ) go select * from t_sp go-The realization of the basic shopping cart functionality. eclipse+ sqlserver20051. the main emphasis on the shopping cart business logic. 2, the use of JavaBean package. Jsp are more suitable for beginners. 3. Concise and practical. On this basis can the development of more complex functional shopping site. Database create database shop_dbgouse shop_dbgocreate table t_sp (s_id int identity (1,1) primary key, s_name varchar (20) not null, s_price money not null) goinsert into t_sp values (IBM notebook computer, 19999) insert into t_sp values (Hp Business Notebook, 8666) insert into t_sp values (proficient in JSP technology, 236) insert into t_sp values (ASP.NET advanced applications, 156) insert into t_sp values (J2EE Senior Developer, 126) insert into t_sp values (ASUS notebook computers, 6789) goselect* from t_spgo
Platform: | Size: 274432 | Author: | Hits:

[Windows DevelopASP.NETCart

Description: Here uploaded asp.net shopping cart. its developed in C# codebind.
Platform: | Size: 1024 | Author: Maruthu | Hits:

[.netshopping

Description: 这是基于asp.net的网上珠宝商城,具有商品分类、购物车、商品热度、推荐商品、搜索商品、后台管理等功能-This is based on the asp.net online jewelry mall, with commodity classification, shopping cart, hot commodities, recommended products, search goods, background management functions
Platform: | Size: 3133440 | Author: 李浩泉 | Hits:

[.netenterprise

Description: its online shopping cart.in asp.net eith c#
Platform: | Size: 1034240 | Author: neo | Hits:

[.net20

Description: .NET做的购物车,所以的源码,加页面,编程规范,-. NET to do the shopping cart, so the source code, add pages, programming specifications,
Platform: | Size: 2468864 | Author: 龚心 | Hits:

[Internet-Networkeshop

Description: 适合初学的标准三层架构,采用ajax,页面布局div+css符合w3c,用vs自带的sqlserver,免配置sqlserver,使用方便,里面共有5个项目,点击最外层的.sln直接可运行。 网站采用asp.net 用户角色配置(membership,UserRoles),用户角色、权限可在asp.net配置里修改,注册,登陆均采用asp.net登陆控件,网站根据用户角色自定义sitemap,基本上使用了asp.net用户角色的所有新特性。 特点: 简洁的界面:CSS布局,少用图片。速度快,多浏览器支持 细致的服务:匿名用户的书可以添加到登陆用户的购物车。 购买两本相同的书,数量+1。 购物车-收藏夹-浏览区相互切换方便 订单里可以修改用户信息 AJAX:刷新少,用户体验好。 -Standard three-tier structure for beginners, using ajax, div+ css page layout consistent with w3c, using native vs sqlserver, free configuration sqlserver, ease of use, which a total of five items, click on the most outer. Sln directly to run. Site using asp.net user role configuration (membership, UserRoles), user roles, permissions can be configured in changes in asp.net, registration, login asp.net login controls are used, the site based on user roles custom sitemap, basically using asp.net user roles of all the new features. Features: Simple interface: CSS layout, fewer pictures. Speed, multi-browser support Meticulous service: anonymous users can add the book to visit the user s shopping cart. Purchase of two identical books, the number of+1. Shopping Cart- Favorites- Browse easy to switch between areas In order to modify user information AJAX: Refresh little better user experience.
Platform: | Size: 1767424 | Author: zaq12wsx | Hits:

[WEB CodenopCommerce_1.50

Description: 国外知名的在线购物的网站源码,asp.net3.5,安装过程中可以一并将数据库进行安装-nopCommerce is a fully customizable shopping cart. It s stable and highly usable. nopCommerce is an open source e-commerce solution that is ASP.NET 3.5 based with a MS SQL 2005 (or higher) backend database. Our easy-to-use shopping cart solution is uniquely suited for merchants that have outgrown existing systems, and may be hosted with your current web host or our hosting partners. It has everything you need to get started in selling physical and digital goods over the internet.
Platform: | Size: 11230208 | Author: Eternal | Hits:

[WEB CodeASP.NETWEBDEVGUIDE

Description: We will finally walk through the development of three different sample applications so we can use what we’ve learned in the book. Chapter 11 will show us a guestbook with a couple of nice touches it is easy to implement, design, and upgrade, using a combination of System.Data and System.XML. Chapter 12 will move our programming up a notch by walking us through a simple ASP.NET shopping www.syngress.com Foreword xxix cart, using most of ADO.NET’s capabilities. Lastly, Chapter 13 will round things out by showing the development of a threaded ASP.NET message board that relies on both ADO.NET and System.XML. So, what we are looking at here is a huge new version of ASP within .NET.We’ll be able to go through the basics, understand more of the innovations, and even have a good grounding in what .NET is all about when it comes to the Web and ASP.-We will finally walk through the development of three different sample applications so we can use what we’ve learned in the book. Chapter 11 will show us a guestbook with a couple of nice touches it is easy to implement, design, and upgrade, using a combination of System.Data and System.XML. Chapter 12 will move our programming up a notch by walking us through a simple ASP.NET shopping www.syngress.com Foreword xxix cart, using most of ADO.NET’s capabilities. Lastly, Chapter 13 will round things out by showing the development of a threaded ASP.NET message board that relies on both ADO.NET and System.XML. So, what we are looking at here is a huge new version of ASP within .NET.We’ll be able to go through the basics, understand more of the innovations, and even have a good grounding in what .NET is all about when it comes to the Web and ASP.
Platform: | Size: 5771264 | Author: BBB | Hits:

[WEB CodeB2C

Description: ASP.net实现B2C网站,包含登入身份验证,用户注册,管理员后台管理,图像上传,购物车,热销推荐等等模块,使用VisualStudio2005和SQL2005平台。使用说明书在压缩包内。-ASP.net achieve B2C websites, including login authentication, user registration, the administrator admin, image upload, shopping cart, hot, etc. recommended modules, use the VisualStudio2005 and SQL2005 platform. Instructions in the compressed package.
Platform: | Size: 2899968 | Author: 鈞天下 | Hits:

[WEB CodenopCommerce_1.60_NoSource

Description: NopCommerce 网上商店是全球领先的ASP.NET的开源网上商店的电子商务解决方案。它是强大的,安全的,可扩展的电子商务网店软件。在遵守nopCommerce许可证条款的前提下,是免费的。nopCommerce现在的版本,已经非常完善。具有完整的购物车功能、后台管理功能、支付运输集成、Promotion功能等等。 NopCommerce采用ASP.NET 3.5开发,使用MS-SQL2005数据库,可以部署在godaddy的Windows系列主机。主机环境搭配好的话,部署它只需要几分钟 -NopCommerce online store is the leading open source ASP.NET online shop e-commerce solutions. It is powerful, secure, scalable e-shop software. In compliance with license terms nopCommerce under the premise is free. nopCommerce the present version, has been very well. With a complete shopping cart functionality, background management functions, payment of transport integration, Promotion and much more. NopCommerce developed using ASP.NET 3.5, using MS-SQL2005 database, can be deployed on godaddy' s Windows series host. Host environment with good, deploy it only takes a few minutes
Platform: | Size: 8139776 | Author: hui | Hits:

[.netShopping-Cart(Profile)

Description: 在ASP.NET开发环境肿使用Profile实现购物车的功能。-Swelling in the ASP.NET development environment to achieve the shopping cart using the Profile feature.
Platform: | Size: 7093248 | Author: 李伟 | Hits:

[.netShopping-Cart

Description: 在ASP.NET环境中开发的一个简单的购物车例子,简单的实现了购物车的功能。-Developed in ASP.NET environment, a simple shopping cart example, the simple realization of a shopping cart feature.
Platform: | Size: 3905536 | Author: 李伟 | Hits:

[WEB CodeShop_cart

Description: Shopping Cart website in asp.net
Platform: | Size: 452608 | Author: zinal | Hits:

[.netasp.net_teach_PPT

Description: 这是老师教学使用的asp.net所用到的教学PPT,内容详细,有购物车部分代码.基本适合初学者入门学习.-This is the teacher teaching the use of the asp.net used in the teaching PPT, detailed content, a shopping cart. The basic part of the code for beginner to learn
Platform: | Size: 3027968 | Author: 莫伟海 | Hits:

CodeBus www.codebus.net