I\'m hoping someone can help. But whenever I run my code and try to view a highscore all I get back in my listbox is System.Data.DataRowView.
highscore
System.Data.DataRowView
Set your lstNames.DisplayMember and lstNames.ValueMember fields.
Gets or sets the property to display for this ListControl.
Gets or sets the path of the property to use as the actual value for the items in the ListControl.
This should solve your problem..