C# Class SpeakFriend.Web.Utilities.FileUploadExample

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: teamaton/speak-lib

Protected Properties

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

Méthodes protégées

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

Method Details

Page_Load() protected méthode

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

btnSubmit_Click() protected méthode

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

FileUploadFrame1 protected_oe property

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

NavAspNet1 protected_oe property

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
Résultat global::SpeakFriend.Web.Utilities._userControls.NavAspNet

btnSubmit protected_oe property

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

lblFileName protected_oe property

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

lblTempPath protected_oe property

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

mvUploadFileDemo protected_oe property

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
Résultat global::System.Web.UI.WebControls.MultiView

vwNoFile protected_oe property

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
Résultat global::System.Web.UI.WebControls.View

vwSubmitted protected_oe property

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
Résultat global::System.Web.UI.WebControls.View

vwUpload protected_oe property

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
Résultat global::System.Web.UI.WebControls.View