I have a CMSRepeater control pointing at some news articles.
<cms:CMSRepeater ID="news" runat="server" ClassNames="cms.news" TransformationName="cms.news.preview"
SelectedItemTransformationName="cms.news.default" OrderBy="NewsReleaseDate DESC" EnablePaging="true" PagerControl-PageSize="20"/>
When I'm viewing a news article (SelectedItemTransformationName) I want to add next and previous buttons, that will page through the news articles. Does anyone know how to implement this?
By the way - I don't mean paging when previewing the list of news articles.
Hope this makes sense and hope someone can help me.
Many thanks,
Tom.