How to bind a combobox with the datatable containing two columns. String and Image. When I am setting valueMember then an error is thrown.
Argument Exception was unhandled
Cannot bind to the new value member.
Parameter name: value
How to bind a combobox with the datatable containing two columns. String and Image. When I am setting valueMember then an error is thrown.
Argument Exception was unhandled
Cannot bind to the new value member.
Parameter name: value
Are you binding at design time or through code? If code, then can you post your code here?
How do you expect the byte[]
value to be interpreted by the combobox control for display?