I have a custom control where I loop thru an configuration object to build tabs for my interface.
I use a repat-control to loop thru the configuration and based on that value I wish to include different custom controls.
I thought of using an include-page-control but that doesn't seem possible since it can't use my repeat-control-variable.
I COULD list all my controls and hide/show them depending on the value of the repeat, but that's not a very elegant solution.
Am I missing something? Or isn't it possible to include a page/custom-control based on the value of a repeat?