Why I get “System.Data.DataRowView” instead of real values in my Listbox?

前端 未结 12 825
一向
一向 2020-11-29 08:24

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.

12条回答
  •  感动是毒
    2020-11-29 09:20

    if you copied the object instead of placing as a new object it will do this. Try deleting the object and putting it back on. I had the same issue and this is what I did. Don't know why it worked, but it did.

提交回复
热议问题