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

Datei anzeigen Open project: aspose-cells/Aspose.Cells-for-.NET

Protected Properties

Property 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

Protected Methods

Method Description
ClearFormButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
ProcessButton_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitForm ( ) : void

Method Details

ClearFormButton_Click() protected method

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

Page_Load() protected method

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

ProcessButton_Click() protected method

protected ProcessButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.HtmlControls.HtmlGenericControl