ASP.NET Gridview and SEO friendly paging

I started a thread ( http://our.umbraco.org/forum/developers/xslt/7571-Xslt-paging-vs-UserControl-gridview ) a while ago about ASP.NET Gridview paging vs default XSLT. The takeaway is that XSLT paging should be used if you can because it is SEO friendly.

In some situations I need to use an ASP.NET Gridview, but I would like to make SEO search call friendly. Is there a good solution for this? I am using the default swap options for a Gridview. I, however, about passing the page to the querystring and set this value to the pageindex from the Gridview. Will this work?

Thanks,

Jeroen

+2


a source to share


1 answer


Try using datalist and do your custom paging by adding a request for the page



0


a source







All Articles