开发者

Repeater Paging Custom Link Format

开发者 https://www.devze.com 2023-01-18 19:43 出处:网络
I\'m implementing repeater paging with a pagedatasource and I\'m trying to format the links. I\'d like to creating something like this:

I'm implementing repeater paging with a pagedatasource and I'm trying to format the links.

I'd like to creating something like this:

<< <开发者_如何转开发 3 4 ***5*** 6 7 > >>
// Where 5 is the current page

This isn't that difficult of a task, but its probably been done already, and as such I don't really want to have to do it. Anybody know of any custom pagin resources?


You can use AspNetPager : http://aspnetpager.codeplex.com/ , it can be configured to work in a number of different ways.

Sample pages are here : http://en.webdiyer.com/AspNetPagerDemo/

0

精彩评论

暂无评论...
验证码 换一张
取 消