how do i refer to objects like text boxes as if they were in an array. basically i want to be able to say
(TextBox + i).Text = "..."
basically, how can i refer to a textbox where i have a variable of type string as the name of the textbox?

thanks