Efficient Search Engine Friendly Gridview Paging control
The Gridview Control in ASP.NET has built in paging support. But here are a few disadvantages of using the built in paging
- It fetches all the records from the database even when we need only 10 records per page. This is quite inefficient when your tables have thousands of records
- The paging controls uses javascript which makes the pages inaccessible to search engine.
I looked around the net for solutions to these problems. There were a few solutions and some of them even costs upwards of $100 but the best I found was a free paging control by Bidel Akbari at codeproject
Here are the main features of his paging control
- Very easy to install and use.
- Uses server side paging so that only the required few rows are returned from the database
- Search engine friendly paging. The first version was supposed to use query strings for paging which is the way paging should work. However in the latest version 2.8 , it uses javascript for paging and a hidden div with hyperinks so that search engines can find the inner pages.
- You can use the paging control with the Repeater and Datalist controls
- There are a variety of properties to change the appearance of the control. He has also made two slick skins for the control
Overall a great and extremely useful control . You can see a demo of the control here in my site freedownloadablefonts.net . You can find more info and download the control here
Related posts:
- Enable or disable the delete link in the GridView according to the role of the logged in user In some scenarios you may only want users of a...
- Format dates in a Gridview column To format a gridview column to display dates properly ,...
Related posts brought to you by Yet Another Related Posts Plugin.
Hi there been surfing the net for Search Engine Friendly and found your blog reg ient Search Engine Friendly Gridview Paging control. You relly know your stuff! I\’d like to see more posts here. Will definitely bookmark this one and come back.
Hi, great article and exactly what I was looking for, but I think Google is penalizing the hidden Divs. Do you think it will help with these hidden Divs?
Thanks
Hi Is there anyway through which we can generate web page(data driven) with SEO friendly(every page has unique keyword, description etc)
Kumar