C# Class WebApplication._Upload

Show file 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 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 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 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 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 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 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 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