I'm working on a form that will have several textboxes for each item entered, e.g. item#, description, size, etc., for up to ten items, so let's say 8 textboxes per item for a total of 80 on the form. I'd like to be able to do something like a repeater and/or a control array so that I can dynamically declare and access the textboxes. Is there a good way to do this?