This documentation is archived and is not being maintained.

PagedDataSource Constructor

Initializes a new instance of the PagedDataSource class.

[Visual Basic]
Public Sub New()
[C#]
public PagedDataSource();
[C++]
public: PagedDataSource();
[JScript]
public function PagedDataSource();

Remarks

Use this constructor to create and initialize a new instance of the PagedDataSource class.

The following table shows initial property values for an instance of PagedDataSource.

Property Initial Value
PageSize 10
AllPaging false
CurrentPageIndex 0
AllCustomPaging false
VirtualCount 0

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace

Show: