Results 1 to 3 of 3

Thread: Combobox problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Posts
    30

    Unhappy Combobox problem

    I have a combobox I want to populate from a datatable, either by selecting partucilar cells from the table or just bind it to the datatable? but I cant get it to work plz help

  2. #2
    Member
    Join Date
    Dec 2002
    Location
    NY, USA
    Posts
    52
    ComboBox1.DataSource = DataSet1.Customers
    ComboBox1.DisplayMember = "CustomerID"
    Iouri Boutchkine

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Posts
    30

    thx

    thx for the fast answer worked for the datatable 2 =)

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