ASP.NET 2.0 Question: Download ASP.NET 2.0 PDF

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?

Tweet Share WhatsApp

Answer:

DisplayMember and ValueMember Properties need to be set.

DataTextField and DataValueField Property neeeds to be set

Download ASP.NET 2.0 PDF Read All 87 ASP.NET 2.0 Questions
Previous QuestionNext Question
Explain How is a property designated as read-only?What tags do you need to add within the asp: datagrid tags to bind columns manually?