add empty row to combobobx list

  • Thread starter Thread starter zleug
  • Start date Start date
Z

zleug

Guest
Hi All.

I populated ComboBox by lambda EF table:

List<string> deps = context.Tables1.Select(a => a.DepartmentName).Distinct().ToList();

How to modify that code to add empty row?

Thanks.

Continue reading...
 
Back
Top