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

In some situations I need to use the ASP.NET Gridview, but I'd like to make the paging SEO friendly. Is there a good solution for this? I use the default paging options of the Gridview. I though about passing the page in a querystring and set this value to the pageindex of the Gridview. Will that work?

Thanks,

Jeroen

link|improve this question

43% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.