This documentation is archived and is not being maintained.

FormViewRow::RowState Property

Gets the state of the FormViewRow object.

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

public:
virtual property DataControlRowState RowState {
	DataControlRowState get ();
}

Property Value

Type: System.Web.UI.WebControls::DataControlRowState
A bitwise combination of the DataControlRowState enumeration values.

Use the RowState property to determine the state of the row. The state can be a bitwise combination of the values in the following table.

State value

Description

DataControlRowState.Edit

The FormViewRow object is in edit mode.

DataControlRowState.Insert

The FormViewRow object is in insert mode.

DataControlRowState.Normal

The FormViewRow object is in its normal, read-only state.

DataControlRowState.Selected

The FormViewRow object is selected.

This property is commonly used to determine the state of a row before performing an operation.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: