Creates a System.Web.UI.WebControls.FormViewRow object using the specified item index, row type, and row state.
- 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.
A System.Web.UI.WebControls.FormViewRow with the specified item index, row type, and row state.
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.