ASP.NET Show - Reload URL panel

Url panel can be automatically reloaded each time is visible.

 

Example Code

<obshow:Show id="Show1" runat="server" RefreshOnLoad="true">
    <Panels>
        <obshow:Panel Url="SomePage.html" />
...    

VB.NET
Show1.Panels[0].Url = "SomePage.html"


C#
Show1.Panels[0].Url = "SomePage.html";

"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