Example Code
<obshow:Show id="Show1" runat="server" ShowType="show"> <Panels> <obshow:Panel> ... Panel Content here ...
VB.NET
Show1.AddPanel(new OboutInc.Show.Panel("panel content here", PanelType.InnerHtml))
Show1.AddPanel(new OboutInc.Show.Panel("selected panel content here", true, PanelType.InnerHtml))
C#
Show1.AddPanel(new OboutInc.Show.Panel("SomePage.html", PanelType.Url));