Ok, here is the scenario.
We present the user with a form with a textbox to enter the number of people attending an event. They enter a number and hit a button, it generates a table with X number of rows (one for each person), each with an index label, textbox, a drop down (with static items in it) and a label that would show a value. They hit another button to submit this form. Here is what the rows would look like:
#1 TxtBox1 DDL1 Label1
#2 TxtBox2 DDL2 Label2
I am trying to find ways to do this, but can't find something that will work for me.