Hi All,
I have a question. Let's say I had a number of controls which when I click "Add" the same group of controls would display again.
For example my grouped controls would look like this:
First Name: TEXTBOX Last Name: TEXTBOX ADD
When ADD is clicked an additional 2 textboxes appear. So on my page I'd have the following:
First Name: Someones Name Last Name: Someones last name
First Name: TEXTBOX Last Name: TEXTBOX ADD
And so on....
Is there a control (multiview, etc) I could use to do this?
Many thanks in advance,
Jason