ASP.NET Show - Multiple Shows on the same page

You can have as many shows as you want on a single page.

 
 

Example Code

<obshow:Show id="Show1" runat="server">
    <Panels>
        <obshow:Panel>
            ... Panel Content here ...
            
            
<obshow:Show id="Show2" runat="server">
    <Panels>
        <obshow:Panel>
            ... Panel Content here ...