I have 12 textboxes named TextBox1 to TextBox12. How can I loop through these textboxes to assign and read the values? I.e.: Dim strTextboxName As StringFor i As Integer = 1 < ...