I have a page when creates a new order of which you can add multiple line items. A line item is a contained user control with 4 input fields. when the user fills in the line items they can click a link button which will add a new line item to the "repeater" its only when they click save order (saving the order header and all line items in one go) does the "repeater" get iterated for its values.
any ideas?