CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Shaitan00

Search: Search took 0.50 seconds.

  1. Replies
    4
    Views
    20,305

    Re: Clearing a Combobox with a DataSource [C#]

    And it didn't do anything odd to your Combobox?
    Mine is "frozen", the picture on my form isn't even there properly..
    ....odd....
  2. Replies
    4
    Views
    20,305

    Clearing a Combobox with a DataSource [C#]

    Given a Combobox [cbClient] that has been populated by a DataSet [ds] as such:


    cbClient.DataSource = ds.Tables[0];
    cbClient.DisplayMember = "CLIENTS";
    cbClient.ValueMember = "CLIENTS";...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured