PagedDataSource.DataSourceCount Property
.NET Framework 3.0
Gets the number of items in the data source.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Exception type | Condition |
|---|---|
| The data source is not an System.Collections.ICollection implemented object. |
Use the DataSourceCount property to determine the number of items in the data source. If custom paging or server-side paging is used, the value of the VirtualCount property is returned; otherwise, the total number of items in the data source is returned.
Note: |
|---|
| If the DataSource property contains a null reference (Nothing in Visual Basic), 0 is returned. |
Community Additions
ADD
Show:
Note: