When binding data to a DropDownList, you typically set the ___________ property to the data field that will be displayed to the user.

  • Display
  • Field
  • Text
  • Value
The correct answer is "Text." When binding data to a DropDownList, you typically set the DataTextField property to the name of the data field that will be displayed to the user. This field represents the text that the user sees in the DropDownList for each item.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *