Hey there.
Ive just started out with ASP.NET and web development in general.

I'm trying to make an online store.
I've got a database of store items available for purchase and I list them on my site, now I need to implement some sort of shopping basket where whatever the customer chooses to purchase is placed.
I suppose what would be interesting to store is the items ID and quantity? But where and how?

This sounds like a trivial thing, but I'm totally lost with what I can and can not do in ASP.NET.

The customers are not required to sign in, and should be able to start shopping right away.

Any ideas?