Hi there.......
I am new to C# List<> manipulation with custom class.
I have a class called "Employee" with data members (name,address,phone,dob and email). All are of string data type.
Now I want to create a list that will add details of 10 employees and later will bind with a DataGridView and populate in UI.
Can anybody please help me to solve this ????
Thanks
T.R.Bala