this code is not adding a subitem
all this code does is try to assign a text value to a subitem that already exists.Code:Me.ListView1.Items(R).SubItems(4).Text = totalPrice.ToString
try
Code:me.listview1.items(r).subitems.add(totalPrice.ToString)
|
Results 1 to 26 of 26
Threaded View
|
Click Here to Expand Forum to Full Width |