Exit 98-362 Windows Development Fundamentals
Question 2 of 5
0% complete
Q2 Single choice

A Windows Forms form contains a ListBox control.

During run time, you bind the control to a data source. You then add records to the data source.

Which items will the ListBox contain?

  • A

    Only the new items

  • B

    Two copies of the original items and one copy of the new items

  • C

    Only the original items

  • D

    The original items and the new items