ComboBox Issue: Cannot bind to new value member

后端 未结 6 1694
甜味超标
甜味超标 2021-01-14 08:02

I\'v got a combobox that I created as a user control(it\'s actually made up of a label, combobox and textbox). I\'m trying to bind a dataset to the combobox datasource, but

6条回答
  •  粉色の甜心
    2021-01-14 08:27

    Also make sure the ID and Name properties are Public otherwise you get the error:
    Cannot bind to the new display member.

提交回复
热议问题