ASP.NET Show - Live styles

Change the style of the Show:


 


See also How to set correct paths.

Example Code

<obshow:Show id="Show1" runat="server" StyleFolder="styles/style4">
    <Panels>
        <obshow:Panel>
            ... Panel Content here ...    


VB.NET
Show1.StyleFolder = "styles/style1"

C#
Show1.StyleFolder = "styles/style9";