I have a DataGridView with a CheckBox column in it. (This is an inventory system.) The check is used to move serial numbers of items from one location to another in our company.
I also have a textbox where, as of now, the employee enters the number of items he is moving, then checks the appropriate serial numbers, and moves the items.
I would like the number in the textbox to be generated depending on how many serial numbers are checked. Is it even possible? I've tried about a hundred different solutions at this point and they all either end in strange errors, or give me no results whatsoever.