DetailsViewInsertedEventArgs Properties
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AffectedRows | Gets the number of rows affected by the insert operation. |
![]() | Exception | Gets the exception (if any) that was raised during the insert operation. |
![]() | ExceptionHandled | Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler. |
![]() | KeepInInsertMode | Gets or sets a value indicating whether the DetailsView control should remain in insert mode after an insert operation. |
![]() | Values | Gets a dictionary that contains the field name/value pairs for the inserted record. |
Show:
