Using LINQ to Dataset in an .aspx page (Jonathan Aneja)
Recently I got a customer question about how to use LINQ to Dataset in an .aspx file. The compiler was complaining that it couldn’t find the AsEnumerable method that allows LINQ to work over a DataTable (“AsEnumerable is not a member of ‘DataTable’”).