Hi, I have an aspx form for a company information. In that form user should be able to add multiple users. So user info section should have Add button where a new User section will appear when the button is clicked.
So I basically need to show a new section for User Info each time they click Add New User button.
How can I do this with aspx since all the controls have set ID's, and I need to create new ones on the fly
Thanks
So I basically need to show a new section for User Info each time they click Add New User button.
How can I do this with aspx since all the controls have set ID's, and I need to create new ones on the fly
Thanks