Have you debugged this script at all? Can you try writing nodes.Count out to the page
<pre>@nodes.Count()</pre>
I think this would be my starting point to check you have something to paginate.
Looking at your loop to write to the page, you have two foreach loops - 1 looping through the nodes, the other through the GuideLists' children again - I'm not sure this is what you're intending?
Pageination code not working
Hello all,
I hope someone can help, I'm trying to add pageination code to my website I've added the following code;
But for some reason it doesn't seem to work? I dont even get any error messages. The page loads but now it just doesn't show any body content.
Am I missing something?
Thanks
Hi Matt,
Have you debugged this script at all? Can you try writing nodes.Count out to the page
I think this would be my starting point to check you have something to paginate.
Looking at your loop to write to the page, you have two foreach loops - 1 looping through the nodes, the other through the GuideLists' children again - I'm not sure this is what you're intending?
Many thanks, David
Hi Matt,
Did you get this resolved?
Many thanks, David
is working on a reply...