-
Datacombo
Hi,
is there an equivalent of DataCombo in .NET?
i.e. the dropdown list entries is sourced from one datasource/table and the actual value is linked to another table. So a choice from the list acting as lookups is used to update the value of the field in the main table.
Thanks.
-
In .NET you can databind all (well most) controls however you like. Check out the BindingContext object on the form. I haven't actually tried what you are suggesting but I believe you can bind one to the text property and one for the items.