I have a list which records the number of items. so when the user clicks "add to cart"
the item gets added to this list.
My question is how can i add the total number of items in this list.
Thank You in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted May 6, 2015, 10:30 AM
shosho shoshoPosted May 6, 2015, 2:00 PM
Vincent Maverick DuranoPosted May 6, 2015, 10:45 AM
int count = YourList.Count();