System.Web.UI.WebControls.FormView.CreateRow Method

Creates a System.Web.UI.WebControls.FormViewRow object using the specified item index, row type, and row state.

Syntax

protected virtual FormViewRow CreateRow (int rowIndex, DataControlRowType rowType, DataControlRowState rowState)

Parameters

rowIndex
Documentation for this section has not yet been entered.
rowType
One of the System.Web.UI.WebControls.DataControlRowType enumeration values.
rowState
A bitwise combination of the System.Web.UI.WebControls.DataControlRowState enumeration values.

Returns

A System.Web.UI.WebControls.FormViewRow with the specified item index, row type, and row state.

Remarks

The FormView.CreateRow(int, DataControlRowType, DataControlRowState) method is a helper method called by the System.Web.UI.WebControls.FormView control to create a System.Web.UI.WebControls.FormViewRow object used to represent a row within the control.

Requirements

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