A question came up recently on the NZ dot Net mailing list:
Any one use listbox.DataSource = myList for data binding to a List box?
I cannot refresh the data source "myList". If I use the following code to update the data source:
listbox.DataSource = null;
listbox.DataSource = newList;
The items in the listbox are object types rather than data values.
Can any one tell me how to refresh the data in the list box when binding to the control?
My reply was:
Recent comments
2 weeks 1 day ago
2 weeks 2 days ago
3 weeks 5 days ago
3 weeks 6 days ago
8 weeks 3 days ago
9 weeks 2 days ago
9 weeks 2 days ago
9 weeks 3 days ago
11 weeks 6 days ago
12 weeks 2 days ago