I have a site I am working on, a user will choose how many rooms a site has, then once they choose how many rooms there are in each of those rooms they must then enter how many chairs will go into each particular room.
I want to make a form where first the user puts how many rooms there are and then clicks a button which will then generate a number of textboxes for each room.
So if they enter 10 rooms then 10 teextboxes show up so they can then enter how many tables for each room.
Then once they fill that out the info will then be put into the database, I'll have to use a for each loop for that, because each textbox will represent one row of data.
I know how to do a form and add eveything to the database.
Not sure how to best do this scenario. I prefer VB.Net for code.
Thanks
I want to make a form where first the user puts how many rooms there are and then clicks a button which will then generate a number of textboxes for each room.
So if they enter 10 rooms then 10 teextboxes show up so they can then enter how many tables for each room.
Then once they fill that out the info will then be put into the database, I'll have to use a for each loop for that, because each textbox will represent one row of data.
I know how to do a form and add eveything to the database.
Not sure how to best do this scenario. I prefer VB.Net for code.
Thanks