Hi everyone!
i am newbie to visual basic.net, and I'm having a headache to do this. Assuming we ask the user to input a number of guests and based on that number of guests..we creating textbox or label or something to ask guests' name, guests' age.
For Example:
User will put in our textbox 2 guests so we will firt ask for the first guest what is his name, what is his age and then ask for the second guests what is his name, what is his age. I wonder how we can design a form to ask for this since the guests that user put in is unknown until the users tell us. (how many textbox and lable we have to implement in our form for guests' name, guests' age since we do not know how many guests will be)
i am newbie to visual basic.net, and I'm having a headache to do this. Assuming we ask the user to input a number of guests and based on that number of guests..we creating textbox or label or something to ask guests' name, guests' age.
For Example:
User will put in our textbox 2 guests so we will firt ask for the first guest what is his name, what is his age and then ask for the second guests what is his name, what is his age. I wonder how we can design a form to ask for this since the guests that user put in is unknown until the users tell us. (how many textbox and lable we have to implement in our form for guests' name, guests' age since we do not know how many guests will be)
Comment