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

"I downloaded your component suite. I must say, I’m really impressed with the way you packaged it and the way you presented your examples. It’s very easy to understand. "

Benoit Letourneau