2
Reply

dynamic textbox properties

chaz

chaz

May 7 2005 11:42 AM
7.8k
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?

Answers (2)