ASP.NET Show - Cosmic light show

 

Show panels can contain html, js, css, flash movies, server controls and other pages.
Panels' transition mode is manual. Check the two available modes: Show, Manual.
Disable the manual changer using the ManualChanger property.
Customize the show's manual changer. Check these tutorials: Customization, Live Styles.
Customize the panels' transition type. Check these examples: Fading, Quick Scroll, etc.
Check also the lite version of this example: Cosmic light show

Download Download this working example.

Example Code

<obshow:Show id="Show1" runat="server">
    <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));

"All your controls are professionally developed and well documented. Easy to modify and implement. They have been saving a lot of time and making the applications more user friendly. Your email support is awesome, so fast in replies. This means a lot to a customer. I hope the support team will always continue the same way."

Mustafa Basgun
Atlanta, GA USA