On our partner portal we have about 3000 accounts, but we can only view one page. On the bottom of the managed account page, it shows the pages 1-5 >>, but we can only view the first page of 25 accounts. Now, in contacts, there are 5 pages too
and we can view all of them. Any help ?
We never tested that page with so many accounts. To properly do paging, you will have to convert the data to an object data source query (as the existing query does not support the Count operation that ASP.NET paging will send it). The object
data source will properly handle the paging for you.Shan McArthur www.shanmcarthur.net Check out the commercial edition of xRM portals @ www.adxstudio.com
Proposed as answer byPalak KadakiaThursday, November 10, 2011 10:40 PM
Marked as answer byPalak KadakiaMonday, January 23, 2012 2:45 AM
We never tested that page with so many accounts. To properly do paging, you will have to convert the data to an object data source query (as the existing query does not support the Count operation that ASP.NET paging will send it). The object
data source will properly handle the paging for you.Shan McArthur www.shanmcarthur.net Check out the commercial edition of xRM portals @ www.adxstudio.com
Proposed as answer byPalak KadakiaThursday, November 10, 2011 10:40 PM
Marked as answer byPalak KadakiaMonday, January 23, 2012 2:45 AM