F
feng
The Combobox1.item.clear doesn't seem to work for me
correctly. I have a Combox with a datasource bind to it.
When I try to clear the Combobox with the following code:
Combobox1.DataSource = Nothing
Combobox1.items.Clear
Even though the items in the dropdown list are gone now, I
still see one line showing in the combo:
System.Data.DataRowView.
What should I do about this?
Thanks
Lifeng
correctly. I have a Combox with a datasource bind to it.
When I try to clear the Combobox with the following code:
Combobox1.DataSource = Nothing
Combobox1.items.Clear
Even though the items in the dropdown list are gone now, I
still see one line showing in the combo:
System.Data.DataRowView.
What should I do about this?
Thanks
Lifeng