System.Web.UI.WebControls.FormViewDeleteEventArgs.RowIndex Property

Gets the index of the record being deleted from the data source.

Syntax

public int RowIndex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the FormViewDeleteEventArgs.RowIndex property to determine the index of the record being deleted from the data source. The row index corresponds to the page index of the record being deleted.

Requirements

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