Question:You have created an elaborate webpage that contains many validated controls. You want to provide a detailed message for each validation error, but you don’t have space to provide the detailed message next to each control. What can you do to indicate an
error at the control and list the detailed error messages at the top of the webpage?
A Set the Text property of the validator control to the detailed message and set the
ErrorMessage property to an asterisk. Place a ValidationSummary control at the top
of the webpage.
B Set the ErrorMessage property of the validator control to the detailed message
and set the Text property to an asterisk. Place a ValidationSummary control at the
top of the webpage.
C Set the ToolTip property of the validator control to the detailed message and set
the ErrorMessage property to an asterisk. Place a ValidationSummary control at the
top of the webpage.
D Set the ToolTip property of the validator control to the detailed message and set
the Text property to an asterisk. Place a ValidationSummary control at the top of the
webpage.