When you bind data to a DropDownList control, what property is typically used to display the items to the user?

  • DisplayMember
  • SelectedValue
  • Text
  • Value
When binding data to a DropDownList control in ADO.NET, the DisplayMember property is typically used to specify which property of the data source objects should be displayed as the items in the DropDownList. This property allows customization of the displayed text while binding data to the control.
Add your answer
Loading...

Leave a comment

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