Saturday, February 10, 2007

How to Page a Repeater?

When building my first ASP.NET E-Commerce website, I found it necessary to use data paging on a repeater control. As you may know, ASP.NET repeaters don't support Paging by default. I found a solution as this website: http://www.codeproject.com/aspnet/CollectionPager.asp . I have used this on several sites and it continues to work great. The DLL is written in C# but it sure does a great job!

1 comment:

Anonymous said...

This works great! It was exactly what I was looking for. Thanks,

Bob