What is the fastest way to fill a combobox in C#?

Posted by Gold on Stack Overflow See other posts from Stack Overflow or by Gold
Published on 2008-12-06T09:03:27Z Indexed on 2010/03/28 14:03 UTC
Read the original article Hit count: 168

Filed under:
|
|
|
|

What is the fastest way to fill ComboBox in C#?

  1. With Add()
  2. Bind the ComboBox to Dataset

Or there is a faster way ?

Thanks.

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about gui