Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 5th, 2006, 10:04 AM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 107
Thanks: 0
Thanked 0 Times in 0 Posts
Default advice needed..please see

hi all

i am trying to develop an ecommerce site.

can anyone advice me, what all concepts i have to be thorough with, what all things i have to use?(webforms or frameset? etc)

i am using asp.net1.1

it will be really greatful, if you provide me some links, where i can search the details in developing an ecommerce site.

Doubt

do i need to add frameset to the solution and import the existing webforms into that?

i have thwo webforms, one displaying the products for shopping, other which gives the corresponding details, when a particular product is clicked

i think, my problem is clear to you all

thanks in advance




 
Old September 5th, 2006, 10:48 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

The site design (whether or not to use a frameset) is entirely up to you as this layout doesn't (or shouldn't) impact how your system works.

Some things to take into consideration:
Are you going to provide shipping amounts for you users at the time of purchase?
(If so, check out USPS, UPS, FedEX, and DHL's shipping API's which allow you to return pretty accurate shipping amounts. (The some of the API's are geared only to the states, but since you are in the USA this shouldnt be huge problem))

Are you going to process credit cards?
(If so you have 2 choices: 1 is to setup a merchant account that will allow you to process a credit card (this also means you will need to buy and set up an SSL Certificate on your server.) 2 You can use paypal's api which will take money from X paypal account and deposit it into your paypal account (Unfortunately, this means that all of your users will have to be paypal users to use this system)).

There are many other things you need to take into consideration but doing a search on google should net you some pretty good examples and reference material.

"The one language all programmers understand is profanity."





Similar Threads
Thread Thread Starter Forum Replies Last Post
Positioning layers? Advice needed. Perkele Dreamweaver (all versions) 1 February 19th, 2007 02:43 PM
need advice from you alsafwa C# 2005 12 September 16th, 2006 07:44 AM
some advice please? liquidmonkey Java Basics 1 May 4th, 2006 08:54 AM
Need some advice wariental HTML Code Clinic 1 March 25th, 2006 09:48 PM
Advice Needed Dsypher ASP.NET 2.0 Basics 1 January 31st, 2006 02:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.