Setting a text box control's ____ property to 1 limits the text box entry to one character only.

A. Length
B. Max
C. MaxLength
D. Entry


Answer: C

Computer Science & Information Technology

You might also like to view...

Who is the creator of the World Wide Web?

A) IBM B) Tim Berners-Lee C) Marc Andreessen D) Bill Gates

Computer Science & Information Technology

The JavaScript code for the following algorithm is ____.If age >= 65 Then   discountRate = 0.10End If

A. if (age >= 65) Then {    discountRate == 0.10; } end if B. if (age >= 65) {    discountRate == 0.10 } end if C. if (age >= 65) Then {    discountRate = 0.10; } D. if (age >= 65) {    discountRate = 0.10; }

Computer Science & Information Technology

Which Cisco IOS command is required when the DHCP server is not located on the local LAN?

A) ip dhcp-helper dns-ip-address B) ip dns-helper dns-ip-address C) ip helper-address dns-ip-address D) ip dhcp-server dns-ip-address

Computer Science & Information Technology

?Desktop layouts are often based on layouts with _____ columns.

A. ?4 to 12  B. ?1 to 3 C. ?0 D. ?12 or more 

Computer Science & Information Technology