I have 2 forms, One of them is for Personnel Adding, another one is for Personnel Removing.
I put several textboxes in Personnel Adding form to add a personnel and a button to save it.
But it saves the personnel into List<Personel>
,
Personnel Removing form just has one combobox, I want it to show my List<> values in this combobox.
(by the way i searched couple of times but could not find the exact solution)