ObjectDataSource sorting filtering paging

Mar 15 2010 6:43 PM
In my project there will be more than 2 mln users. And for one of page I need to just show some info about users in gridview. I'm using ObjectDataSource and my DAL LINQ methods. Is it right way to get not slowly data retreiving? Or i have to implement custom paging, sorting and so on?

Answers (2)