I have a page where I have the same interface for 8 different attributes (2 listboxes, two buttons, one textbox) I added this
stuff in a user control.

But how can I use that user control form code? How do I reference to it? I have a controller class where I need to loop though each of the user controls and do stuff with the buttons and textboxes



kind regards
Henrik