index
>
Windows Forms General
> Complex DataBinding accepts as a data source either an IList or an IListSource
Complex DataBinding accepts as a data source either an IList or an IListSource
Hi,
I don't understand why this is throwing an ArgumentException when I try to bind the IList?
IList<Portfolio> list = PortfolioManager.Portfolios.List.Values;
toolStripComboBoxPortfolios.ComboBox.DataSource = list;
Thanks,
Tom
Daikoku Tuesday, July 11, 2006 8:29 PM
You can use google to search for other answers
Custom Search
More Threads
Double buffer panel : Run time error
Windows Service project - Trying to setup my function inside class
Windows Messages
Capture NonClient Click in TabControl
Multiple Control Selection and Dragging like in Visual Studio
Programmatically Scroll a DataGridView Vertically
change Usercontrol's behaviour to get full view
Adding Items to Virtual List View
Debugging ADO.net
fileinfo class - file properties
Home
Copyright 2009-2010 by windowsdevelop.com All rights reserved