C# 클래스 FiftyOne.Foundation.UI.Web.Upload

User Control to enable the uploading of a data file manually.
상속: BaseDataControl
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

보호된 메소드들

메소드 설명
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