how to add item to combo from dataset

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krunal
    New Member
    • Jul 2006
    • 1

    how to add item to combo from dataset

    how to add item to combo from dataset
  • axas
    New Member
    • Jul 2006
    • 32

    #2
    After the DataSet is full, write

    comboBox.DataSo urce = ds.Tables["NameOfDataTabl e"];

    Comment

    Working...