Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataBinding and Combo Box
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
DataBinding and Combo Box
Divers
Thread ID:
00952150
Message ID:
00952150
Vues:
45
Working with vb.net and VFP dbfs
Company table has 100 records of unique compno's and company names
The combobox will come up with the word company and nothing more
Of course the goal is to display all the company names in the company table
    Me.MyCombo1.DataBindings.Add("Text",ds.Tables(0),"compno")


    was having a problem with the above till I changed it to

    Me.MyCombo1.DataBindings.Add("SelectedValue", ds.Tables(0), "compno")
Not sure if I understand the differences - since the value is text
and I am showing all values from a cursor.

Any clarification on this issue appreciated.
Répondre
Fil
Voir

Click here to load this message in the networking platform