I\'d like to get a string of a Listbox. This is my code:
db.Employees.Select(x => x.LastName).OrderBy(x => x).ToList().ForEach(x => listBox1.Items.Ad