M
Michael
Hello,
The first time I bind an array to a ComboBox, it works fine. But when I try
to rebind to the ComboBox, it fails. I tried code like:
this.BookList.DataBindings.Clear();
and
this.BookList.DataSource = null;
this.BookList.Refresh();
No luck so far. I don't get any error; just that the ComboBox becomes empty.
Thanks.
The first time I bind an array to a ComboBox, it works fine. But when I try
to rebind to the ComboBox, it fails. I tried code like:
this.BookList.DataBindings.Clear();
and
this.BookList.DataSource = null;
this.BookList.Refresh();
No luck so far. I don't get any error; just that the ComboBox becomes empty.
Thanks.