Sharepoint list item count -
i have list having items greater 5000, have requirement show number of items in list on web page.can me on getting total items count . normal list view threshold set 5000. need count.
thanks
you need sp admins increase size of return query greater 5000 rows in central admin.
if using sp object model in visual studio, loop through list in increments of limit until run out total rows.
there's total rows/items property in splist object.
Comments
Post a Comment