votes
A simple databinding problem.
Here is my problem. I have a class and which I instantiate one object per session with. There are some properties that I would like to bind in this object to a datagrid. So for example if I have a class: public class person{ //Yes I kn ...
