dynamic textbox properties
I have a form with a number textboxes placed in it. I used the designer to do this. Each textbox has a name already assigned (txtBox1, txtBox2, etc.....).
I want to loop over these control names and assign a text value to each dynamically.
I'm new to C# and am having trouble making this work.
Any advice on how to best approach this?