I am trying to create a form that allows the user to enter the number of text box controls they want to generate and then have the form generate these controls triggered via the click event of the submit button.

It appears I could do this as 2 forms and create the 2nd form dynamically but I thought I could use the same form and simply add the new controls to the Controls() collection and then refresh the form rather than closing the old form and opening a new one.

Does anyone have any thoughts or ideas?