System.Web.UI.WebControls.FormViewPagerRow Class

Represents the pager row in a System.Web.UI.WebControls.FormView control.

See Also: FormViewPagerRow Members

Syntax

public class FormViewPagerRow : FormViewRow, System.Web.UI.INamingContainer

Remarks

An instance of the System.Web.UI.WebControls.FormViewPagerRow is created to hold the pager controls in a System.Web.UI.WebControls.FormView control. The System.Web.UI.INamingContainer interface is a marker that indicates that the System.Web.UI.WebControls.FormViewPagerRow control is part of the System.Web.UI.Page object's control hierarchy.

This class is used primarily by control developers. Control developers can override the FormViewPagerRow.#ctor(int, DataControlRowType, DataControlRowState) constructor and the FormView.CreateRow(int, DataControlRowType, DataControlRowState) and FormView.InitializePager(FormViewRow, PagedDataSource) methods of the System.Web.UI.WebControls.FormView class to create a custom pager row.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0