ASP.NET Show - Dynamically build show

Show panels are dynamically built using AddHtmlPanel method.


 


Example Code

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


VB.NET
Show1.AddHtmlPanel("panel 1 content here")
Show1.AddHtmlPanel("panel 2 content here")

C#
Show1.AddHtmlPanel("panel 1 content here");

"OUT of all the components I have ever used, your components ARE the best! BAR NONE!! Keep it UP!!!"

Johnnie Gazaway
JBM, Inc.

Random testimonial   All testimonials