Hi!
I can populate list view items with buttons. On every click same item gets added. like for btn Soup, Soup and its price gets populated multiple times, depending how much times I click. So my question is, Can I display "Quantity" of Soup instead of populating same item multiple times? eg. Soup 50.00 x2. In that order within listview.
and I want to create a crystal report of this data.
How can I achieve both?
Please help with coding part too.