Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataBinding and Combo Box
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
DataBinding and Combo Box
Miscellaneous
Thread ID:
00952150
Message ID:
00952150
Views:
44
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.
Reply
Map
View

Click here to load this message in the networking platform