Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
835
WebDropDown List Error
posted

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.

Parents
  • 49378
    Verified Answer
    posted

    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.

Reply Children
No Data