I've successfully applied the Dynamic TextBoxes Solution Mudassar Khan explained on this site. It is exactly what I was looking for however I have a few questions. Most important is how do I insert the values of the dynamic textboxes into a SQL Table. The rest of my form textbox are static and named textbox1, etc. I'm updating them as such:
Cmd.Parameters.AddWithValue("@Name", TextBox1.Text);