C# 클래스 WebApplication._Upload

파일 보기 프로젝트 열기: Ehryk/GPXDataAnalyzer

보호된 프로퍼티들

프로퍼티 타입 설명
btnUpload global::System.Web.UI.WebControls.Button
fileUpload global::System.Web.UI.WebControls.FileUpload
gvFiles global::System.Web.UI.WebControls.GridView
lblFileCount global::System.Web.UI.WebControls.Label
lblStatus global::System.Web.UI.WebControls.Label
pnlFiles global::System.Web.UI.WebControls.Panel
pnlUpload global::System.Web.UI.WebControls.Panel

보호된 메소드들

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

메소드 상세

BindFiles() 보호된 메소드

protected BindFiles ( ) : void
리턴 void

Page_Load() 보호된 메소드

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

UploadClicked() 보호된 메소드

protected UploadClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

btnUpload 보호되어 있는 프로퍼티

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

fileUpload 보호되어 있는 프로퍼티

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

gvFiles 보호되어 있는 프로퍼티

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

lblFileCount 보호되어 있는 프로퍼티

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

lblStatus 보호되어 있는 프로퍼티

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

pnlFiles 보호되어 있는 프로퍼티

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

pnlUpload 보호되어 있는 프로퍼티

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