I am trying to fill a GridView with a query based on DataTable and DLinq class object. Following is the compilation error that i faced ( before writing DataTable,Rows.ToQueryable() ) -- The best overloaded method match for 'System.Query.Queryable.ToQueryable(System.Collections.IEnumerable)' has some invalid arguments. After using DataTable,Rows.ToQueryable() -- i am facing following runtime errror -- source is not IEnumerable<> Following is my code snippet --- ------------------------------------------------------------------------------------------------------
Read More...