blah blah blah is here! blah blah » Close

0
votes
1 answers

combobox in datagrid

I am working in windows forms in c#. I have at table in sql server which has a column named AssignedTo. This column is of varchar type and contains more than one value separated by commas. When showing in datagrid, the values are shown easi ...

1
votes
1 answers

More Binding Questions

eeboy
499

I am now attempting to bind a dictionary to a combobox. I have a class called camera which loads an xml file into a dictionary. [code] class Camera { public Dictionary<int, Mode> Modes = new Dictionary<int, ...

Feedback