The Validation Summary control ____.
A. overrides the display of individual error messages by other validators
B. uses the prefix rfv
C. can list all error messages in a blank area at the top or bottom of a form
D. displays all of the messages in one place
Answer:
C. can list all error messages in a blank area at the top or bottom of a form
D. displays all of the messages in one place
Computer Science & Information Technology
You might also like to view...
Which of the following statements are the same?
(A) x -= x + 4 (B) x = x + 4 - x (C) x = x - (x + 4) a. (A) and (B) are the same b. (A) and (C) are the same c. (B) and (C) are the same d. (A), (B), and (C) are the same
Computer Science & Information Technology
____ measure whether the program meets the original specifications.
A. Tests for correctness B. User-defined tests C. Primitive tests D. Module tests
Computer Science & Information Technology