problem about idynamicobject-Collection of common programming errors


  • Ian O’Brien
    c# data-binding idynamicobject
    I’m not even sure if I’m doing this correctly. But basically I have a list of objects that are built out of a class/interface. From there, I am binding the list to a DataGridView that is on a Windows Form (C#)Here the list is a Sync list which will auto update the UI, in this case DataGridView.Every thing works fine now, but now i would like to have the List should have an dynamic object, that is the object will have by default two static property (ID, Name), and at run time user will select rem

Web site is in building