Hello to all. There is a MS SQL database of Products (price, picture, etc.). Please tell me what tools you can use to create a shopping cart in winforms (with images), provided that the goods will be added.
1 answer
If you need a beautiful appearance in WinForms, you can do this:
- you create a control card of the goods, with pictures, descriptions, etc.
- from the result of the query to the database, fill in the control card information.
- add the filled control cards, for example, in
FlowLayoutPanel
.
But in general, there can be many options, as well as for any other technology, be it WPF or Asp.NET, for taste and color, as they say.
|