Hi im really new to VB.net and ASP.net and im not even sure if im posting in the right place.

I would like to know if the following can be done and if so, then how.

Currently, I am writing a program that creates a table (in visual.net in the web application mode, dont ask me why : )

I have given a default of 6 different columns that each table can have at most at the moment. Currently, my code works great but now I am trying to make my columns dynamic.

After 6 columns, the user has the option to add more columns if he/she wishes. I want to create a drop box (default value 0) where if a person chooses an integer greater than 1, a few more textbox fields open up so he may type in the names of additional columns.

Thanx
I hope someone can help me out. I'm very new to this.