Microsoft
70-573 · Question #41
You create a custom field type and a CustomFieldControl.ascx user control. You need to write the code-behind of the CustomFieldControl.acsx user control. Which object should you override?
The correct answer is B. BaseFieldControl. MNEMONIC RULE: "CustomFieldControl = BaseFieldControl" Renders a field on a form page (not a list view page) by using one or more child controls such as a label, link,or text box control. BaseFieldControl Class
Developing for User Experience
Question
You create a custom field type and a CustomFieldControl.ascx user control. You need to write the code-behind of the CustomFieldControl.acsx user control. Which object should you override?
Options
- ASPFieldText
- BBaseFieldControl
- CSPFieldCalculated
- DWebPart
How the community answered
(24 responses)- A4% (1)
- B79% (19)
- C4% (1)
- D13% (3)
Explanation
MNEMONIC RULE: "CustomFieldControl = BaseFieldControl" Renders a field on a form page (not a list view page) by using one or more child controls such as a label, link,or text box control. BaseFieldControl Class
Topics
#custom field type#BaseFieldControl#field rendering#user control
Community Discussion
No community discussion yet for this question.