Hi
IN below query there r 2 records in View_Header . but it shows 0 in tt. In below query i wants to add where Clause also.
List tt = new List(); tt.Select(x => new { x.ID, x.Name }).ToList();
Thanks