hello, i'm have a payment form and a listview in this form. i'm adding about 3 item in the listview, so it has 3 row. but how can i insert the items in one of the column into database.
for example for listview
id item netmount
123 Stock1 113.00
231 stock2 200.00
321 stock3 100.00
my database column after inserted data
item1 item2 item3
stock1 stock2 stock3
can someone help me?