|
-
Jul 31st, 2003, 11:01 AM
#1
Thread Starter
Addicted Member
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.
-
Jul 31st, 2003, 10:16 PM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|