Check if property is null in lambda expression
_approved = doa.getEmployee(new Guid(_guidid)).Where(m => !string.IsNullOrEmpty(m.Comment)).ToList();
Single lambda expression Gridview itemTemplate enable/disable the dropdownlist based on the checkbox checked using jQuery