Link Details

Link 111290 thumbnail
User 282821 avatar

By ScottG
via dotnetcurry.com
Published: Sep 08 2008 / 05:01

In this short article, we will take a look at how to randomly reorder an arraylist and update the contents of the ComboBox at runtime, each time the contents of the ArrayList changes. By default, If your control is bound to a data source that does not implement the IBindingList interface, such as an ArrayList then changes to the list will NOT reflect as changes in the combobox. We will see a workaround to achieve the same.
  • 9
  • 0
  • 813
  • 206

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.