Google News
logo
ASP.NET - Quiz(MCQ)
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?
A)
Wizard
B)
Panel
C)
ImageMap
D)
None of the Above

Correct Answer :   Wizard


Explanation : 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.

Advertisement