2
Answers

ObjectDataSource sorting filtering paging

Ask a question
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)