ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1WizardExtender
In This Topic
    C1WizardExtender
    In This Topic

    The C1WizardExtender control is used to display sections of content on separate, navigable pages so you can save screen real estate or simplify input tasks by creating a series of forms. For easy navigation, you can use wijwizard’s built-in navigation buttons or its autoplay feature. And if you’d like to add extra flair to the wijwizard, you can combine it with the wijpager widget for paged navigation.

    C1WizardExtender Markup

    The following markup creates C1WizardExtender control. Set the TargetControlID property to attach the extender to a control.

    <cc1:C1WizardExtender ID="Panel1_C1WizardExtender" runat="server"

            TargetControlID="Panel1">

        </cc1:C1WizardExtender>