0
votes
1answer
177 views

List not updating correctly after programmatically deleting items

I have a custom webpart control on a page which, upon page load, deletes the items from a list (displayed on the same page as the custom webpart). After deleting the items, the code also populates it ...
0
votes
1answer
366 views

Pager below sharepoint list

I have a sharepoint site with a list, loaded from an external content type with Sharepoint designer. The list limit is 30. Below the list, a data pager is shown to navigate through the pages. ...
3
votes
2answers
433 views

Jumping to a specific page within a SharePoint List

I was wondering what people think the best way is to jump to a specific page within a sharepoint list, taking into account performance considerations. eg: 1) List with 1000 items in it 2) Each page ...
2
votes
3answers
718 views

Custom paging on lists through XSLT

I am working with vwstyles.xsl to implement custom paging on lists. The requirement I have is to have first and last button on the paging panel but can't work out how to direct the user to the last ...
0
votes
1answer
756 views

Paging results from the List service?

I am currently making a call to GetListItems and I'm curious if there is any way to both page results and get the total number of records available? Here is what I am passing in my call to ...