ASP.NET Show - Fading customize

 
Fading speed:
Fading step:

Example Code

<obshow:Show id="Show1" runat="server" TransitionType="Fading" FadingSpeed="1000" FadingStep="3">
    <Panels>
        <obshow:Panel>
            ... Panel Content here ...    

VS.NET
Show1.TransitionType = TransitionType.Fading
Show1.FadingSpeed = 1000
Show1.FadingStep = 3


C#
Show1.TransitionType = TransitionType.Fading;
Show1.FadingSpeed = 1000;
Show1.FadingStep = 3;


Javascript
Show1.FadingSpeed = 1000;
Show1.FadingStep = 3;

"I wanted to say this is probably the best set of tools I have ever worked with, but the fact that you guys answer questions is phenomenal. I recommend your stuff to every developer I talk to. "

Karl Wilkens
Multiweb Communications, Inc.

Random testimonial   All testimonials