C# Class WebApplication._Upload

Exibir arquivo Open project: Ehryk/GPXDataAnalyzer

Protected Properties

Property Type Description
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

Protected Methods

Method Description
BindFiles ( ) : void
Page_Load ( object sender, EventArgs e ) : void
UploadClicked ( object sender, EventArgs e ) : void

Method Details

BindFiles() protected method

protected BindFiles ( ) : void
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

UploadClicked() protected method

protected UploadClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnUpload protected_oe property

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
return global::System.Web.UI.WebControls.Button

fileUpload protected_oe property

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
return global::System.Web.UI.WebControls.FileUpload

gvFiles protected_oe property

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
return global::System.Web.UI.WebControls.GridView

lblFileCount protected_oe property

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
return global::System.Web.UI.WebControls.Label

lblStatus protected_oe property

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
return global::System.Web.UI.WebControls.Label

pnlFiles protected_oe property

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
return global::System.Web.UI.WebControls.Panel

pnlUpload protected_oe property

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
return global::System.Web.UI.WebControls.Panel