The PagerControl type exposes the following members.

Constructors

  NameDescription
PagerControl
Initializes a new instance of the PagerControl class

Methods

  NameDescription
CreateButtons
Creates a series of Buttons to represent a page of items.
CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Overrides Control..::.CreateChildControls()()().)
CreateLinks
Creates a series of HyperLinks to represent a page of items.
DataBind
Binds a data source to the invoked server control and all its child controls.
(Overrides Control..::.DataBind()()().)
MakePageQueryString
Makes a Url based on the current request and adding a "p" query string parameter with the given page number.
Next_Click
Handles the Click event of the Next control.
OnInit
Raises the Init event.
(Overrides Control..::.OnInit(EventArgs).)
PageNumber_Click
Handles the Click event of the PageNumber control.
Prev_Click
Handles the Click event of the Prev control.

Properties

  NameDescription
NumberOfPageLinks
Gets or sets the number of page links.
PagerManagerID
Gets or sets the pager manager ID.

See Also