Results 1 to 2 of 2

Thread: Datacombo

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    165

    Question 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.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width