0
[SOLVED] I got two information in the database, table products: ID and name. I need to show the user the ID and the name of all registered products.. The problem is that the listbox is just a list, it doesn’t work like a table. Does anyone know if there is any component I can put data side by side? in c#
Have you tried Gridview?
– Ricardo Pontual
I tried to search on datagridview but only found about connecting database on it
– Shari Sharu
I got, solved
– Shari Sharu
@Sharisharu, if any of the answers solved your problem don’t forget to mark it as answered. If you solved it yourself, add the resolution as a response and mark it as answered, so it will help people who have the same question.
– Barbetta