If I make a control array for the textbox that gets the value of how many items I want, how can I count the upperbound for that control array for textboxes...

for example in a combobox i used For i = 0 To cboItem.Count - 1


thanks