Complex databinding with own usercontrol
Hi,
I've build my own usercontrol containing several textboxes and datetimepickers. I want a list of these controls on my form so I created another control which should build the list. I want the list to be created from a datasource but I can't find any good directions on how to do that?