Hi,
I have a solution where the paging is not working on the favorite detail page, the first page is shown correctly with paging navigation at the bottom.
When I click page 2 I navigate to the url ?FavoriteListId=2&PageNum=2&PageSize=10
Which seems to be correct if I look at other solutions.
I've tried debugging FavoriteDetail.cshtml, the strange thing is that when I browse the url with for teh first page with ?FavoriteListId=2&PageNum=1&PageSize=10 then I hit my breakpoint, but when i change PageNum to > 1 I get an empty page, and the breakpoint is not hit, so it seems for some reason the entire component is not loaded.
Any ideas on what to check?
Thanks,
Justin