I have a form that has some textboxes (45) with CheckBoxes next to each, and a button. When the button is pressed I want to pass the values of each Textbox that has a checked CheckBox to a void in another class and the ones that are not checked pass a null value.I have a form that has some textboxes (45) with