I should add that if you don't want to follow a strict naming convention like "textbox1, textbox2, . . ." then you could always use the "Tag" properly instead and just compare against it.

Code:
if (control.Tag.ToString() == controNumber.ToString())

_________________________
-Jeff
Rome did not create a great empire by having meetings; they did it by killing all those who opposed them.