Bind Multiple Lists to a DataGridView
问题 I have two static lists which are to be bound to a DataGridView along with two button fields. I could only bind one list and a button field. Is it possible to bind more than one list to the DataGridView ? ServiceController objSAVAdminService = new ServiceController("SAVAdminService"); ServiceController objSAVService = new ServiceController("SAVService"); ServiceController objPPVService = new ServiceController("PPVService"); ServiceController objMLLService = new ServiceController("MLLService")