We are currently using a repeater to display input fields, drop downs, check boxes, and calendar items on each row. The desired functionality is to allow the user to add up to 10(this could potentially change by web config) items (each row).
Is it appropriate to list these out in a repeater or am I going about this the wrong way? What should I be using? Is there something lighter?