data binding of the combobox using dataview

how to set the data binding of the combobox using dataview, I mean which property to use Items,Text..etc i am trying ListBox2.DataBindings.Add("SelectedValue", dataview, "columnName") its is not displaying any data.I just wish to populate the Listbox using filtered records

Loader.
Up arrow icon