Relative Content

Tag Archive for c#sql.netwinformspoint-of-sale

C# .NET – Loading information from a SQL DB to an array of buttons, the are not in order

I am writing a point-of-sale (POS) app where I have the layout number (1-35), text (price and product name) and image of the buttons in the SQL Database. There is a ItemLayout table in the database, that includes the item ID (PLU), the layout number (1-35), if the button should be visible in the first place (all working) and the group of the item. They are read with the following function:

C# .NET – Loading information from a SQL DB to an array of buttons, the are not in order

I am writing a point-of-sale (POS) app where I have the layout number (1-35), text (price and product name) and image of the buttons in the SQL Database. There is a ItemLayout table in the database, that includes the item ID (PLU), the layout number (1-35), if the button should be visible in the first place (all working) and the group of the item. They are read with the following function: