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

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

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

OnPreRender() protected méthode

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