I'm looking for a way to bind a combo box to a hash table or dictionary class. I'm basically trying to load a combo box with unbound data from a datareader.
Thanks,
I just did something simple like this. There are much more sophisticated ways of doing this but this seems to require less memory and is faster using a dictionaryentry. For loading database data, I'll just loop through the data reader instead of this for loop.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.