Creates a System.Web.UI.WebControls.DetailsViewRow object using the specified item index, row type, and row state.
- rowIndex
- The zero-based index of the data item to display.
- rowType
- One of the System.Web.UI.WebControls.DataControlRowType values.
- rowState
- One of the System.Web.UI.WebControls.DataControlRowState values.
A System.Web.UI.WebControls.DetailsViewRow with the specified item index, row type, and row state.
The DetailsView.CreateRow(int, DataControlRowType, DataControlRowState) method is a helper method called by the System.Web.UI.WebControls.DetailsView control to create a System.Web.UI.WebControls.DetailsViewRow object.