ASP.NET Show - Images show from database

You can specify the path to each panel's image.
All the images will be loaded as panels into the show. Supported images types are 'jpg', 'gif' and 'png'.

 
Database structure is simple and allows building dynamic show from database.

Show from Database
  • PanelID - Panel ID
  • ImagePath - Path to the panel's image.

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));

"Thanks much. The trees seem to be working exactly as we want and we do appreciate the timely resolution. As our project moves further along the design process, we find ourselves utilizing Obout controls more and more and it's comforting to know that your support system is so responsive."

Kevin Holder
Tennessee Department of Human Services

Random testimonial   All testimonials