I have created several textboxes and I'm trying to write code for reading and writing to each textbox, but coding each box individually would take forever, is there a way to locate each textbox when the name of the textbox is stored in a string and then to reference it with a temporary textbox? I saw something like this TempTextBox = FindControl("TextBox1") as TextBox; but I can't find a way to use FindControl.