GridView::DeleteRow Method
Updated: July 2009
Deletes the record at the specified index from the data source.
Assembly: System.Web (in System.Web.dll)
Parameters
- rowIndex
- Type: System::Int32
The index of the row to delete.
| Exception | Condition |
|---|---|
| HttpException | The GridView control is not bound to a data source control. |
| NotSupportedException | The data source control that the GridView control is bound to does not support delete operations, or there is no delete command defined for the data source. |
Use the DeleteRow method to programmatically delete the record at the specified index from the data source. This method is commonly used when you need to delete a record from outside of the GridView control, such as from a different control on the page. Calling this method also raises the RowDeleted and RowDeleting events.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.