C# Class AJH.CMS.WEB.UI.ContactUs_UC

Inheritance: AJH.CMS.WEB.UI.Utilities.CMSUserControlBase
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
btnSend global::System.Web.UI.WebControls.Button
cbSendCopyToYourSelf global::System.Web.UI.WebControls.CheckBox
dvMessage global::System.Web.UI.HtmlControls.HtmlGenericControl
lblEmail global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
lblMsgconfirmation global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblSendCopyToYourSelf global::System.Web.UI.WebControls.Label
lblSubject global::System.Web.UI.WebControls.Label
pnlContactUs global::System.Web.UI.WebControls.Panel
revEmail global::System.Web.UI.WebControls.RegularExpressionValidator
rfvEmail global::System.Web.UI.WebControls.RequiredFieldValidator
rfvMessage global::System.Web.UI.WebControls.RequiredFieldValidator
rfvSubject global::System.Web.UI.WebControls.RequiredFieldValidator
txtEmail global::System.Web.UI.WebControls.TextBox
txtMessage global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtSubject global::System.Web.UI.WebControls.TextBox
upnlContactUs global::System.Web.UI.UpdatePanel
valSumContactUs global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
btnSend_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

btnSend protected property

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

cbSendCopyToYourSelf protected property

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

dvMessage protected property

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

lblEmail protected property

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

lblMessage protected property

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

lblMsgconfirmation protected property

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

lblName protected property

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

lblSendCopyToYourSelf protected property

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

lblSubject protected property

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

pnlContactUs protected property

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

revEmail protected property

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

rfvEmail protected property

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

rfvMessage protected property

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

rfvSubject protected property

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

txtEmail protected property

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

txtMessage protected property

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

txtName protected property

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

txtSubject protected property

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

upnlContactUs protected property

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

valSumContactUs protected property

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