Views: 7.5K
Replies: 0
Archived
|
Solution for ASP.NET MVC pagination, sorting, and filteringMy company recently started an effort to migrate a large ASP.NET Webforms application to ASP.NET MVC.
Since we are relatively new to ASP.NET MVC, I was wondering whether someone here at the DoFactory pattern community can point us to some reusable tools / components / patterns that will allow us quickly implement pagination, sorting and filtering on large collections (we have up to 100,000 records). It is important that these tools are fully SEO optimized (SEO = Search Engine Optimization), i.e, they don't perform postbacks but rather simple links / redirects. Thanks. Juan Perez, Apr 15, 2010
|