Shopping cart

  • Thread starter Thread starter G
  • Start date Start date
G

G

Hi,

I am an old-vb6 programmer and like to step it to the dotnet vb.
Does someone have a nice sample code for a web shopping cart ?

Best regards from The Netherlands,
Gert
 
What your really talking about here is ASP.NET using VB.NET code ?

ASP.NET Web Applications can be run on and IIS Server and can be written in
VB.NET or C#. I dont have a particular sample in mind but you can search
google for that.

Your going to need to understand the concepts of ASP.NET and how it works in
relation to the .NET Framework, ADO.NET ( The way to store and retreive
data ) for display on screen, and the way security works. Depending on how
you might think about implimenting this.

If Ive misunderstood you, please let me know.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top