ComboBox Issue: Cannot bind to new value member

后端 未结 6 1633
甜味超标
甜味超标 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:03

    I had the same issue and found a solution that may not apply to your problem, but might be helpful for others:

    A property marked with the [Browsable(false)]-Attribute will also cause this exception when trying to bind to it.

提交回复
热议问题