Hello,
I'm trying to use a generic Dictionary<String,String> as the datasource for my ListBox. I can bind to it without error but I see both the value and the key in the DataTextField.
Is it possible to define the Dictionary.Value as the ListBox.DataValueField?
It's not seeming that way to me, but thought I'd throw this out there.
Thanks
I'm trying to use a generic Dictionary<String,String> as the datasource for my ListBox. I can bind to it without error but I see both the value and the key in the DataTextField.
Is it possible to define the Dictionary.Value as the ListBox.DataValueField?
It's not seeming that way to me, but thought I'd throw this out there.
Thanks