views:

29

answers:

2

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
A: 

Are you binding at design time or through code? If code, then can you post your code here?

Mamta Dalal
A: 

How do you expect the byte[] value to be interpreted by the combobox control for display?

James Dunne