Greetings.
We have several custom blocks within our project which require repeated data to be listed but i'm trying to find some information on how is the best way to setup data paging within an EPiServer block using MVC since I assume that because it's a partial view that it needs to be handled differently? I've successfully done paging within a regular page view, but i'm getting stuck on how to get this accomplished within a partial view block.
Does anyone have any links or basic sample code that give a brief idea on what would be a best way to handle this?