I have 44 checkboxes, each has a textbox next to it. What I want is when the user selects a checkbox, the textbox next to it will be enabled. Also, when the user unselect a checkbox, the textbox next to it will be disabled and any value entered is cleared.
Another way is whenever the user enters a value in a textbox, the checkbox associate with it is selected and vice versa.
I don't know which way is easier. Any help would be greatly appreciated.
Another way is whenever the user enters a value in a textbox, the checkbox associate with it is selected and vice versa.
I don't know which way is easier. Any help would be greatly appreciated.