all groups > dotnet windows forms databinding > august 2006 >
You're in the

dotnet windows forms databinding

group:

How to binding the ListDictionary to combobox?


How to binding the ListDictionary to combobox? ABC
8/26/2006 6:57:42 PM
dotnet windows forms databinding:
How to binding the ListDictionary to combobox?

I have a simple ListDictionary named as "myRecStatusList" and contains
values as:

Key Value
----------------
Active A
Inactive I

I tried to binding with combobox as:


How to binding with combobox?

Re: How to binding the ListDictionary to combobox? Otis Mukinfus
8/26/2006 9:31:54 PM
[quoted text, click to view]

I think you will have to bind to the Values list in the Dictionary object.
Dictionaries have two lists in them one is the Keys list and the other is the
values list the values are the objects you put into the dictionary.

I've not done that, so I may very wrong, but that's where I would start.


Good luck with your project,

Otis Mukinfus
http://www.arltex.com
AddThis Social Bookmark Button