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 15a. 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.