paginationdotnetnuke

Paging Control in DotNetNuke


In DotNetNuke when I add two instances of Feedback module in a page, their PagingControls conflicts with each other.

This Problem is appear in Feedback Comment definition when I change the page number of one of them, no item is load in another one. I think this issue is DNN Paging Control problem.

Is there any solution to solve this? Thanks


Solution

  • The DNN paging control always looks at the currentpage parameter on the query-string to determine its page, so there's no good way to use it in two modules on the same page.