I have a ms sql server database table "Item" and i want to update the item table "QtyInHand" column when the user presses a button. It should update the table for all the records in the data grid view for the relevant ItemNo.
↧
Update inventory from data grid
↧