C# Класс FiftyOne.Foundation.UI.Web.Upload

User Control to enable the uploading of a data file manually.
Наследование: BaseDataControl
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Initialises the child controls in the upload control.

OnPreRender ( EventArgs e ) : void

Sets the visible status of the instruction messages.

Приватные методы

Метод Описание
_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.

Описание методов

OnInit() защищенный Метод

Initialises the child controls in the upload control.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPreRender() защищенный Метод

Sets the visible status of the instruction messages.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void