IPageableItemContainer::SetPageProperties Method
Sets the properties of a page of data.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- startRowIndex
- Type: System::Int32
The index of the first record on the page.
- maximumRows
- Type: System::Int32
The maximum number of items on a single page.
- databind
- Type: System::Boolean
true to rebind the control after the properties are set; otherwise, false.
The SetPageProperties method is called by the DataPager control every time that the control must update the page-related properties. When implemented by a class, the SetPageProperties method must internally update the MaximumRows and StartRowIndex properties by using the values of the maximumRows and startRowIndex parameters.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.