I am designing a product table in which I have the following columns:
Product Name (label) | Quantity (numericUpDown) | Price (Label)
My question is how to add table rows with the product infos and controls and how to bind the controls for quantity to change the price based on the quantity?
I tried using datagridview but I need to set a maximum value to the quantity (based on a database value).