The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: