FormViewRow.FormViewRow Constructor
.NET Framework 3.0
Initializes a new instance of the FormViewRow class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: FormViewRow ( int itemIndex, DataControlRowType rowType, DataControlRowState rowState )
public FormViewRow ( int itemIndex, DataControlRowType rowType, DataControlRowState rowState )
public function FormViewRow ( itemIndex : int, rowType : DataControlRowType, rowState : DataControlRowState )
Not applicable.
Parameters
- itemIndex
The index of the data item in the data source.
- rowType
One of the DataControlRowType enumeration values.
- rowState
One of the DataControlRowState enumeration values.
Community Additions
ADD
Show: