C# 클래스 SpeakFriend.Web.Utilities.FileUploadExample

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: teamaton/speak-lib

보호된 프로퍼티들

프로퍼티 타입 설명
FileUploadFrame1 global::SpeakFriend.FileUpload.FileUploadFrame
NavAspNet1 global::SpeakFriend.Web.Utilities._userControls.NavAspNet
btnSubmit global::System.Web.UI.WebControls.Button
lblFileName global::System.Web.UI.WebControls.Label
lblTempPath global::System.Web.UI.WebControls.Label
mvUploadFileDemo global::System.Web.UI.WebControls.MultiView
vwNoFile global::System.Web.UI.WebControls.View
vwSubmitted global::System.Web.UI.WebControls.View
vwUpload global::System.Web.UI.WebControls.View

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnSubmit_Click() 보호된 메소드

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

FileUploadFrame1 보호되어 있는 프로퍼티

FileUploadFrame1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SpeakFriend.FileUpload.FileUploadFrame FileUploadFrame1
리턴 global::SpeakFriend.FileUpload.FileUploadFrame

NavAspNet1 보호되어 있는 프로퍼티

NavAspNet1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::SpeakFriend.Web.Utilities._userControls.NavAspNet NavAspNet1
리턴 global::SpeakFriend.Web.Utilities._userControls.NavAspNet

btnSubmit 보호되어 있는 프로퍼티

btnSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSubmit
리턴 global::System.Web.UI.WebControls.Button

lblFileName 보호되어 있는 프로퍼티

lblFileName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblFileName
리턴 global::System.Web.UI.WebControls.Label

lblTempPath 보호되어 있는 프로퍼티

lblTempPath control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblTempPath
리턴 global::System.Web.UI.WebControls.Label

mvUploadFileDemo 보호되어 있는 프로퍼티

mvUploadFileDemo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.MultiView mvUploadFileDemo
리턴 global::System.Web.UI.WebControls.MultiView

vwNoFile 보호되어 있는 프로퍼티

vwNoFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View vwNoFile
리턴 global::System.Web.UI.WebControls.View

vwSubmitted 보호되어 있는 프로퍼티

vwSubmitted control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View vwSubmitted
리턴 global::System.Web.UI.WebControls.View

vwUpload 보호되어 있는 프로퍼티

vwUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View vwUpload
리턴 global::System.Web.UI.WebControls.View