ASP.NET Gridview and SEO friendly paging -


I started a topic () just about the default ASP.NET gridvv versus XSLT paging. The conclusion was that XSLT paging should be used if you can because it is SEO-friendly.

In some cases I will have to use ASP.Net Gridview, but I want to make paging SEO friendly. Is this a good solution for that? I use Gridview's default paging option, though I'm setting the page in a query string and setting this value in the gridview's page index. Will this work?

Thanks,

Genoni

Try and do your custom paging by adding quickstars to the page


Comments