Hi All,
I have an array of Textbox in one column and another array of Checkbox in the other column of a tablelayoutpanel in my windows form.
I want to change the text property of the Textbox, when the correspondingCheckbox's checkstate is changed.
Note: Like, when Checkbox[2]'s checkstate is changed,textbox[2].text must be changed.
I need some help on this.
Thanks and regards
Manikandan