Mondeo
Well-known member
I have a custom class which represents an item in my shopping basket (e-commerce site)
Is there a collection object which I can add all the shopping cart items to (normally I just use a datatable in the session to hold this info) but I want to try it by just adding the collection to the session.
Whats the best collection object to use for this?
Thanks
Is there a collection object which I can add all the shopping cart items to (normally I just use a datatable in the session to hold this info) but I want to try it by just adding the collection to the session.
Whats the best collection object to use for this?
Thanks