Popular Articles
Last viewed:
- Data Access Layer using SqlDataReader and C#
- GridView ObjectDataSource LINQ Paging and Sorting
- Tutorial for Configuring Silverlight 4, Entity Framework and WCF RIA Services in Separate Component Assemblies (DLL’s)
- ASP.NET CSS Highlight TextBox on Focus
- Fixing Relative Paths in C# ASP.NET When Using Url Rewriting
- Launch URL in Default Browser using C#
Recent comments
- jkll
14 hours 53 min ago - Thank You
1 day 14 hours ago - Another approach
3 days 15 hours ago - Issue
4 days 5 hours ago - thanks
4 days 16 hours ago - Calendar date time
4 days 21 hours ago - Nice Explanation
5 days 1 hour ago - ramya
1 week 22 hours ago - thank a lot
1 week 1 day ago - Very useful, but...
1 week 4 days ago

Error in query.ToList()
When I try to execute the method SelectAllList(...), in the line return query.ToList(); I'm receiving the next error :
" The query has been canceled because the estimated cost of this query (1660) exceeds the configured threshold of 1500. Contact the system administrator."
How is the problem, my query is select top 251 c1, c2... from table1
Note that de top is only 251 rows, apreciate it your help.