RSS
people

Search engine friendly Asp.Net digg like numeric pagination with datalist, repeater & gridview.

Asp.Net Digg like pagination is available as a ready to use user control.

aspnet-digg-likepagination

This is a C# equivalent of the jQuery pagination control available here

I have created this control for Nestlé Family website. Its been used for a number of big websites. Checkout the following links to see live implementations
http://www.nestle-family.com/healthy-living/english/
http://www.nestle-family.com/our-kitchen/english/desserts/

The main feature of the control is its flexibility to use as a search engine friendly query string based pagination or  as a traditional post back based pagination using link buttons.

To use the control, simply set the Total Items Count and Current Page Index.

Click here to see the DEMO and DOWNLOAD the source

Visit above link to download full source with sample styles.

Available Options

The following list describes all the parameters available with the control:

1.    TotalItems
The total number of items that need to be paginated. (Required)

2.    PageSize
The number of items has to be shown per page. The total number of pages is calculated by dividing the TotalItems by PageSize. (Default: 10)

READ MORE »

2 Comments |