I used the SqlDataSource to connect and for the list from the database to appear on my WebDropDown but I get this when I load it:
System.Data.DataRowView
All of the items that are supposed to show up also appear as System.Data.DataRowView
Please help me ASAP. Thank you.
Hi Petar,
Thank you for your answer. It did help! :D It's now working. Thank you so much!
Hello Andrea,
The items would appear as system datarowviews if the ValueField and TextField properties of the dropdown have not been set. Configuring these properties to the fields desired for display and value should resolve this issue.
Please let me know if this helps.