PagedControl::InternalItemCount Property
.NET Framework (current version)
Gets the number of items in the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Classes that derive from PagedControl must override this inherited property.
The difference between the InternalItemCount property and the Count property of the List and ObjectList classes is that if the InternalItemCount property is called before the control view state is loaded, it returns the number of items in the view state, unlike the behavior of the Count property, which returns zero.
.NET Framework
Available since 1.1
Available since 1.1
List
ObjectList
PagedControl Class
System.Web.UI.MobileControls Namespace
Pagination Support
Pagination
Show: