Documentation for this section has not yet been entered.
When the paging feature is enabled (when the DetailsView.AllowPaging property is set to true), use the DetailsView.PageIndex property to determine the index of the currently displayed record. You can also use this property to programmatically change the displayed record.
When the paging feature is enabled, you can also use this property to determine the page number of the record displayed; however, be aware that this property is zero-based.
To determine the total number of items in the data source, use the DetailsView.PageCount property.