vb.net using SortedDictionary as combobox datasource
Posted
by user228058
on Stack Overflow
See other posts from Stack Overflow
or by user228058
Published on 2010-03-24T16:07:43Z
Indexed on
2010/04/19
5:03 UTC
Read the original article
Hit count: 538
I have a combobox which i am binding to a sortedDictionary list, so it displays in ascending order. My question is, I need to display "--Select--" as the first option. Is there any way to either: 1) add another item besides for the datasource or 2) add an unsorted item to the top of the sortedDictionary
any other ideas welcome as well :)
TIA
© Stack Overflow or respective owner