Shopping Cart Page

  • Thread starter Thread starter Bryan Bartlett via DotNetMonster.com
  • Start date Start date
B

Bryan Bartlett via DotNetMonster.com

Hi,

First off, I'm still pretty new to C#, .Net, and OOP. I've programed
websites for 2-3 years so far using normal ASP, but as far as creating an
application and using OOP; this is my first venture.

I'm currently creating an application that allows customers to navigate
through my companies catalog and add items to the cart(a dataSet). What my
problem is I'm looking to have a 'shopping cart' page that shows them what
is currently in their cart and give them the ability to remove items by
checking checkboxs and clicking update, or something to that effect.

I've managed to make it this far, but I have no clue how to go about
accomplishing this and any advice/ideas you could give on how to get this
done would be very much appreciated!

Also, I'm using Visual Studio .Net
 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdasampibsport.asp
<-- try this out, it's a complete ASP.net application that implements what
you are trying to do.

--
Thanks
Wayne Sepega
Jacksonville, Fl

Enterprise Library Configuration Console Module Generator
http://workspaces.gotdotnet.com/elccmg

"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
Forgot to say that it's a Windows Forms application.

Will what they do in the ASP.Net still work?
 
Back
Top