I have an application that has two list boxes, lstbox1 and lstbox2. lstbox1 allows the user to select items from lstbox1 and place them into lstbox2 .I would like to know if its possible to summarize the specific amounts of items individually from lstbox2?
For Example:
lstbox1 lstbox2
widget 1 widget 1
widget 2 widget 1
widget 3 widget 2
widget 4 widget 3
You have purchased following
2 widget 1
1 widget 2
1 widget 3
Any help would be appreciated.
For Example:
lstbox1 lstbox2
widget 1 widget 1
widget 2 widget 1
widget 3 widget 2
widget 4 widget 3
You have purchased following
2 widget 1
1 widget 2
1 widget 3
Any help would be appreciated.