C# Class newtelligence.DasBlog.Web.EmailBox

Summary description for EmailBox.
Inheritance: System.Web.UI.UserControl
Show file Open project: AArnott/dasblog

Protected Properties

Property Type Description
CaptchaControl1 global::WebControlCaptcha.CaptchaControl
Label1 global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
comment global::System.Web.UI.WebControls.TextBox
content global::System.Web.UI.HtmlControls.HtmlGenericControl
email global::System.Web.UI.WebControls.TextBox
mailSend global::System.Web.UI.WebControls.Button
name global::System.Web.UI.WebControls.TextBox
rememberMe global::System.Web.UI.WebControls.CheckBox
resmgr System.Resources.ResourceManager
validatorREEmail global::System.Web.UI.WebControls.RegularExpressionValidator
validatorRFComment global::System.Web.UI.WebControls.RequiredFieldValidator
validatorRFName global::System.Web.UI.WebControls.RequiredFieldValidator

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
mailSend_Click ( object sender, System e ) : void

Private Methods

Method Description
ComposeMail ( ) : newtelligence.DasBlog.Runtime.SendMailInfo
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

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

mailSend_Click() protected method

protected mailSend_Click ( object sender, System e ) : void
sender object
e System
return void

Property Details

CaptchaControl1 protected property

CaptchaControl1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::WebControlCaptcha.CaptchaControl CaptchaControl1
return global::WebControlCaptcha.CaptchaControl

Label1 protected property

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

Label2 protected property

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

Label4 protected property

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

ValidationSummary1 protected property

ValidationSummary1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1
return global::System.Web.UI.WebControls.ValidationSummary

comment protected property

comment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox comment
return global::System.Web.UI.WebControls.TextBox

content protected property

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

email protected property

email control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox email
return global::System.Web.UI.WebControls.TextBox

mailSend protected property

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

name protected property

name control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox name
return global::System.Web.UI.WebControls.TextBox

rememberMe protected property

rememberMe control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox rememberMe
return global::System.Web.UI.WebControls.CheckBox

resmgr protected property

protected System.Resources.ResourceManager resmgr
return System.Resources.ResourceManager

validatorREEmail protected property

validatorREEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator validatorREEmail
return global::System.Web.UI.WebControls.RegularExpressionValidator

validatorRFComment protected property

validatorRFComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator validatorRFComment
return global::System.Web.UI.WebControls.RequiredFieldValidator

validatorRFName protected property

validatorRFName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator validatorRFName
return global::System.Web.UI.WebControls.RequiredFieldValidator