ASP.NET Show - Dynamically build show

Show panels are dynamically built using AddHtmlPanel method.


 


Download Download this working example.

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

"You are wonderful for your product. You are wonderful for your support. Thank you very much."