C# Class Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.View

Afficher le fichier Open project: aspose-cells/Aspose.Cells-for-.NET

Protected Properties

Свойство Type Description
ClearFormButton global::System.Web.UI.WebControls.Button
ProcessButton global::System.Web.UI.WebControls.Button
error_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
info_msg global::System.Web.UI.HtmlControls.HtmlGenericControl
lblTitle global::System.Web.UI.WebControls.Label
myPlaceHolder global::System.Web.UI.WebControls.PlaceHolder
success_msg global::System.Web.UI.HtmlControls.HtmlGenericControl

Méthodes protégées

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

Private Methods

Méthode Description
InitForm ( ) : void

Method Details

ClearFormButton_Click() protected méthode

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

Page_Load() protected méthode

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

ProcessButton_Click() protected méthode

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

Property Details

ClearFormButton protected_oe property

ClearFormButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button ClearFormButton
Résultat global::System.Web.UI.WebControls.Button

ProcessButton protected_oe property

ProcessButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button ProcessButton
Résultat global::System.Web.UI.WebControls.Button

error_msg protected_oe property

error_msg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl error_msg
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

info_msg protected_oe property

info_msg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl info_msg
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl

lblTitle protected_oe property

lblTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblTitle
Résultat global::System.Web.UI.WebControls.Label

myPlaceHolder protected_oe property

myPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder myPlaceHolder
Résultat global::System.Web.UI.WebControls.PlaceHolder

success_msg protected_oe property

success_msg control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl success_msg
Résultat global::System.Web.UI.HtmlControls.HtmlGenericControl