Deleting Rows
In This Article
#Deleting Rows in Code
To delete a data row, use the GridViewBase.DeleteRow method. Data rows are identified by their handles - non negative integer values. For detailed information on how to obtain row handles, see Obtaining Row Handles.