I have a asp.net placeholder which gets populated with many custom controls, each custom control is a summary of a location containing various facts and interactions.
When directly populating the placeholder with the controls they get added one under another down the page.
I'm trying to find a way to place each custom control generated in a loop in its own tab (any sort of tab, asp.net/jquery ui etc) so that the user can select the summary they wish to view instead of having to scroll down the page to find it.
Does anyone have any inkling of how this might be accomplished? (I'm using ASP.NET and VB.NET)