I have a shopping cart in my arraylist. Works great for adding items but I'm
displaying the shopping cart in a datagrid the user can update the qty
of the items. If they set it arraylist, then I'm doing the
following script:
qty=20;
change
gty=10
add arryalist qty=10
displaying the shopping cart in a datagrid the user can update the qty
of the items. If they set it arraylist, then I'm doing the
following script:
qty=20;
change
gty=10
add arryalist qty=10