PrepAway - Latest Free Exam Questions & Answers

What should you do add input controls to the wizard steps?

You are developing a Web application for Domain.com’s existing Web site. The Web application allows for the administration and maintenance of the Domain.com Web site. The Web application contains a users.aspx page that allows administrators to manually create user accounts for the Domain.com Web site. You add a CreateUserWizard control to the users.aspx page and you do not alter any of the control’s properties.
You must add input controls to the wizard steps. However, the input controls that allow administrators to enter user information must be inserted before the Security Question and Security Answer input controls.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Add a StartNavigationTemplate element to the CreateUserWizard control and add the input controls to the StartNavigationTemplate element.

B.
Add a CustomNavigationTemplate element to the CreateUserWizardStep control and add the input controls to the CustomNavigationTemplate element.

C.
Add a ContentTemplate element to the CreateUserWizardStep control and add the input controls to the ContentTemplate element.

D.
Add a StepNavigationTemplate element to the CreateUserWizard control and add the input controls to the StepNavigationTemplate element.

Explanation:
The CreateUserWizardStep control is a part of the CreateUserWizard control that is added by default. The CreateUserWizardStep control has a ContentTemplate element to which you can add and remove input controls from the wizard.

Incorrect Answers:
A: The StartNavigationTemplate element to the CreateUserWizard control specifies the content that appears in the navigation area of each wizard page other than the start page and the completion page. It does not allow you to add or remove input controls from the wizard.
B: The CustomNavigationTemplate element to the CreateUserWizardStep control specifies the content that appears in the navigation area of the start page. It does not allow you to add or remove input controls from the wizard.
D: The StepNavigationTemplate element to the CreateUserWizard control specifies the content that appears in the navigation area of each wizard page other than the start page and the completion page. It does not allow you to add or remove input controls from the wizard.


Leave a Reply