Shopping cart

0

I am performing my PAP , and I have the following problem:

I will have a form in which I will have a DataGridView with the parts, and I want to double-click on the part that I want to buy, where you will later do the Insert in the database.

I would like to give me a help, what is the best Tool to do this, a ListBox or a DataGridView     

asked by anonymous 29.04.2017 / 16:00

1 answer

0

If you are just viewing the data, the best option would be the ListView. Now if you want to change or otherwise manipulate the data, the best option is to gridView

So I understand, you will only use it for visualization, and later insertion into the database, so in this case the listView will be better.

    
19.05.2017 / 15:37