Hi, im working with Entity Framework, SQL and C#.
I have a table on SQL called Clients.
I have to show the clients on a Grid in a Form and select some of the clients using a Check. So, i need 1 check for each client on the grid. I try with "Anonymous Types" but this are ReadOnly properties and i need ReadWrite properties. It is possible? what i have to do?.
Thanks for your help and sorry for my poor english