Implementing a Paging Repeater
In this post we are going to talk about repeaters, but more specifically implementing paging to repeaters. Repeaters are a convenient way to display a list of data, while allowing for custom layout/formatting/styling of that list. We will use one of my current projects as an example. In the site there several posts, or articles, written by many different users. When a user searches for posts or clicks on a specific category, we want to show them a list of all the posts that are retrieved.