C# Class FiftyOne.Foundation.UI.Web.Upload

User Control to enable the uploading of a data file manually.
Inheritance: BaseDataControl
Mostra file Open project: 51Degrees/dotNET-Device-Detection

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Initialises the child controls in the upload control.

OnPreRender ( EventArgs e ) : void

Sets the visible status of the instruction messages.

Private Methods

Method Description
_buttonUpload_Click ( object sender, EventArgs e ) : void

Fired when the upload is completed.

_validationFile_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Validates a file has been selected.

Method Details

OnInit() protected method

Initialises the child controls in the upload control.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

Sets the visible status of the instruction messages.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void