SqlDataSourceView Events
.NET Framework (current version)
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | DataSourceViewChanged | Occurs when the data source view has changed.(Inherited from DataSourceView.) |
![]() | Deleted | Occurs when a delete operation has completed. |
![]() | Deleting | Occurs before a delete operation. |
![]() | Filtering | Occurs before a filter operation. |
![]() | Inserted | Occurs when an insert operation has completed. |
![]() | Inserting | Occurs before an insert operation. |
![]() | Selected | Occurs when a data retrieval operation has completed. |
![]() | Selecting | Occurs before a data retrieval operation. |
![]() | Updated | Occurs when an update operation has completed. |
![]() | Updating | Occurs before an update operation. |
Show:
