DetailsViewDeleteEventArgs::RowIndex Property
.NET Framework (current version)
Gets the index of the row being deleted.
Assembly: System.Web (in System.Web.dll)
Use the RowIndex property to determine the index of the row being deleted. The row index is often used to retrieve the specified row from the Rows collection of the DetailsView control, which allows you to access the row's properties.
.NET Framework
Available since 2.0
Available since 2.0
Show: