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

"All the compliments on your site are well deserved - I've always received good support from you."

Paul Millefolie