Question : Simple asp.net shopping cart web application in C#

I want to create a basic shopping cart system in asp.net using c#. I will be using Visual Studio 2005. I am looking for a tutorial or example to get me started. The web application will initially show a list of 5 products and the user chooses one and goes to the next page. They can choose to add one of two additional extras, then they go to the next page and fill in their name, address and credit card info. The order will be stored in a text file or e-mailed. No database is needed. So it is pretty simple in concept. But I am not sure where to start. If I had an example or an application that was similar to this then I could modify it, take it apart and understand it. Many thanks.

Answer : Simple asp.net shopping cart web application in C#

>>and credit card info. The order will be stored in a text file or e-mailed. No database is needed

Wow you are opening yourself up to many lawsuits and being shut down by the credit card companies.

You SHOULD NOT EVER email credit card info - nor store it unencrypted.  It is actually against most credit card companies policies for you to do so if you want to accept their credit cards (i.e. MasterCard, VISA, etc...)

Based on what sounds like a small company with little infrastructure, I woudl look at using a pre-built solution from either PayPal, Google, or Yahoo instaed.  Then you remove the liability and they provide you with a cart.
Random Solutions  
 
programming4us programming4us