Hi all,

I have binded a listbox with an ArrayList by setting the DataSource, DisplayMember and ValueMember properties. Listbox is working fine, but when new items are added or removed in the listbox, I recall the function which bind listbox with ArrayList but the changings are not reflected in the listbox until I close the form and reload it.

Any ideas ??

Thanks