ASP.NET Show - Client side events

 
   Change the Show slides.




Example Code

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

Javascript
function ob_show_OnPanelChangeStart(fromIndex, toIndex) { ...
function ob_show_OnPanelChangeEnd(fromIndex, toIndex) { ...


See also the events documentation.