Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

Showing Answers 1 - 4 of 4 Answers

Satinder

  • Mar 15th, 2005
 

combo_name.DataTextField = "value"

  Was this answer useful?  Yes

Sachin Ambekar

  • Mar 25th, 2005
 

When we use Databind method for the Combobox we set DisplayMember and DIsplayValue property to column name.

  Was this answer useful?  Yes

Rahul Bhujade

  • Mar 31st, 2005
 

DisplayMember property to display data.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions