Hi all,
I have seen an answer to this question before, but can't seem to find it again.
I have implementent a custom metafield called 'PostAuthor' for each post in our blog and when the blog list is displayed if you click on the 'Authors Name' it redirects to the blog page with the querystring of the author ( blog.aspx?Author=AuthorName ) an in the page load event in the ContentViewItemList control I am getting the querystring and passing it to a function to filter the data and rebind the repeater:
Now this is all working great however when the filter is applied the
pager is still showing the paging for the original set of ressults
(unfiltered) instead of the new filtered results. How do I change the
pager to reflect the filtered results?
As always any help is appreciated.
Cheers
Jodie