Search Engine-Friendly Custom Paging with the GridView and LINQ to SQL
The main problem I have with the built-in paging offered by the GridView control is that the default Javascript paging links are invisible to search engines. This means that large portions of your content might not be indexed. This article show how to use the new LINQ to SQL functionality available in VS2008 to easily create HTML links that search engines can follow.
