Shopping cart

Asked

Viewed 53 times

0

I’m making my own PAP, and I have the following problem:

I’ll have a form where I’ll have a Datagridview with the pieces, and I want you to double-click on the piece that I intend to buy, insert for a Listview where it will later do the Insert in the database.

I’d like you to give me a hand, which is the best Tool to do this, a Listbox or a Datagridview?

1 answer

0

If you are just going to view the data, the best option would be Listview. Now if you want to change or manipulate the data in another way, the best option is gridView

From what I understand, you will use only for visualization, and later insertion in the database, so in this case the listview will be better.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.