For a list of all members of this type, see WebUpload members.
| Name | Description | |
|---|---|---|
![]() | DataBinding | Occurs when the server control binds to a data source. (Inherited from System.Web.UI.Control) |
![]() | Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. (Inherited from System.Web.UI.Control) |
![]() | FileUploading | The FileUploading event is raised when a chunk of uploading file is posted to the server - raised only when FileSaveType is memorystream |
![]() | Init | Occurs when the server control is initialized, which is the first step in its lifecycle. (Inherited from System.Web.UI.Control) |
![]() | Load | Occurs when the server control is loaded into the System.Web.UI.Page object. (Inherited from System.Web.UI.Control) |
![]() | PreRender | Occurs after the System.Web.UI.Control object is loaded but prior to rendering. (Inherited from System.Web.UI.Control) |
![]() | Unload | Occurs when the server control is unloaded from memory. (Inherited from System.Web.UI.Control) |
![]() | UploadFinished | The UploadFinished event is raised when a file has finished uploading for this control |
![]() | UploadFinishing | The UploadFinishing event is raised when a file is going to finish uploading for this control |
![]() | UploadStarting | The UploadStarting event is raised when a file is going to begin uploading for this control |