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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -