scvinod 0 Newbie Poster

Hi All, Well I have a WCF service in which I query an SQL datatable that is there in the LINQ to SQL class. While querying i used the select statement for eg: from c in db.sample1 select new{c.col1,c.col2} I'm not able to covert this into a List which i want to bind to the datagrid in the UI.Can anyone please help me out.