To validate that data entered in a web form is in a specified format, use a(n) ____________________ control.
Fill in the blank(s) with the appropriate word(s).
RegularExpressionValidator
Computer Science & Information Technology
You might also like to view...
A compiler complains that there was an attempt to change the value of a data member within a function (when const is correctly used at the end of the function prototype). This is an example of:
A. a picky compiler B. abstraction C. a const reference function D. how const aids in debugging
Computer Science & Information Technology
What does the filter condition "*NN" mean?
a. Filter all items that end by NN b. Filter all items that begin with NN c. Filter all 3-character long items that contain NN d. Filter all items that contain NN
Computer Science & Information Technology