Hey everyone! I suppose this is my first post on StackOverFlow.com :-)
I\'ve been having this problem for a while. To make it all simple, suppose we have 2 database tabl
I managed to do it by overwriting the ToString() method in the concerned class. For you case, you could add in the definition of categories:
public override string ToString() { return this.catName }