Which of the following is NOT an attribute of a GridView control?

A. leftMargin
B. numColumns
C. columnWidth
D. verticalSpacing


Answer: A

Computer Science & Information Technology

You might also like to view...

A breadth-first traversal of a graph uses which of the following data structures?

a) binary search tree b) stack c) queue d) array e) none of the above

Computer Science & Information Technology

_________________________ is a feature of your computer's video card that contains its own processor to boost performance.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Obtaining indexes on a table can increase concurrency, as well as decreas the time needed to access the table. Explain why.

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements about arrays is true?

A. The number of elements in a fixed-size array is determined when the program is executing. B. To process all of the elements in an array, a for loop is typically used. C. An arrays name is a symbolic reference for the address to the last byte of the array. D. An index of 5 represents an offset of 5 bytes in an array of integers. E. C uses subscripts to access individual elements in an array.

Computer Science & Information Technology