Control used to get data input across multiple screens on single web page - Wizard

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 use to implement this solution on a single Web page?
- Published on 16 Jun 15

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

ANSWER: Wizard
 
The Wizard control is used to divide a large form, which has the lots of data, into multiple sub-forms. The Wizard control contains one or more WizardStep child controls. Only one WizardStep is displayed at a time.
 

    Discussion

  • FIROZ ANSARI   -Posted on 16 Nov 15
    Wizard Control eliminate the need to design form to execute a step by step process in the actual business flow.This simplify the work of developers to design and write the code.
    The control provide a mechanism that allow you to easily built the desired wizard as a collection of steps,add a new step,or reorder the steps.you don't have to write any infrastructure whatsoever the the navigation or to persist user data between steps
  • Brijesh   -Posted on 22 Sep 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.)