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
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