C# Class WebApplication._Upload

Afficher le fichier Open project: Ehryk/GPXDataAnalyzer

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
BindFiles ( ) : void
Page_Load ( object sender, EventArgs e ) : void
UploadClicked ( object sender, EventArgs e ) : void

Method Details

BindFiles() protected méthode

protected BindFiles ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

UploadClicked() protected méthode

protected UploadClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Panel