asp.net.ph

DataGrid.PageCount Property

System.Web.UI.WebControls Namespace   DataGrid Class


Retrieves the total number of pages required to display the items in the DataGrid control.

Syntax


Script DataGrid.PageCount = intCount

This property can only be used programmatically; it cannot be set when declaring the control.

Property Value


intCount Integer specifying the total number of pages required to display the items in the DataGrid control.

The property is read only with no default value.

Remarks

Use this property to programmatically determine the number of pages required to display the items in the DataGrid control. This property is only used when the AllowPaging property is set to true.

Example

The following example demonstrates how to use the PageCount property to determine the number of pages required to display the items in the DataGrid control.

PageCount is <%= myGrid.PageCount %>

 Show me 

See Also

DataGrid Members   AllowPaging   AllowCustomPaging   PageSize   PageIndexChanged Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note