Wizard - Definition - ASP.NET Globalization and Localization

Q.  A web page has lots of input data, and you want the data input to be spread across multiple screens. What is the best control to implement this solution on a single Web page?
- Published on 28 Jul 15

a. ImageMap
b. Panel
c. Wizard
d. None of the above.

ANSWER: Wizard
 

    Discussion

  • Brijesh   -Posted on 19 Oct 15
    If a web page has lots of input data, and you want the data input to be spread across multiple screens, then Wizard control should be used. Wizard control divide a large form into multiple sub-forms. The Wizard control contains one or more WizardStep as a child controls. Only one WizardStep is displayed at a time. ActiveStep property is used to retrieve the active WizardStep control and WizardSteps property is used to retrieve the WizardStep controls contained in the Wizard control.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)