Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm making a Point Of Sale Desktop Application using C#, SQL SERVER. I want to show images of item in grid with price tag and name that is stored in database. When user click on it. It should be add to cart. Can anyone help how to design like that?

What I have tried:

I search it on google but couldn't found any useful help.
Posted
Updated 17-Sep-19 2:39am

This really is going to depend on what your User Interface is going to be using; but you generally go with some version of a GridView control
GridView Class (System.Windows.Controls) | Microsoft Docs[^]
 
Share this answer
 
You could take a look at the open source nopCommerce, and see how they do it: best-open-source-e-commerce-platforms~nopcommerce[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900