C# Class VolTeer.Account.RecoverUserName

显示文件 Open project: CISC181/VolTeerNET

Protected Properties

Property Type Description
Label1 global::System.Web.UI.WebControls.Label
Table1 global::System.Web.UI.WebControls.Table
lblEmailLit global::System.Web.UI.WebControls.Label
lblHeading global::System.Web.UI.WebControls.Label
pnlContinue global::System.Web.UI.WebControls.Panel
pnlRecover global::System.Web.UI.WebControls.Panel
rBTNLogin global::Telerik.Web.UI.RadButton
rBTNSubmit global::Telerik.Web.UI.RadButton
rTXTEmailAddress global::Telerik.Web.UI.RadTextBox
valEmail global::System.Web.UI.WebControls.CustomValidator

Protected Methods

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

rBTNSubmit_Click - Find the user's information, then email the user their user name

valEmail_ServerValidate ( object source, ServerValidateEventArgs args ) : void

valEmail_ServerValidate - Run this validation when the form is posted.

Method Details

Page_Load() protected method

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

rBTNSubmit_Click() protected method

rBTNSubmit_Click - Find the user's information, then email the user their user name
protected rBTNSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

valEmail_ServerValidate() protected method

valEmail_ServerValidate - Run this validation when the form is posted.
protected valEmail_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

Property Details

Label1 protected_oe 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

Table1 protected_oe property

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

lblEmailLit protected_oe property

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

lblHeading protected_oe property

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

pnlContinue protected_oe property

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

pnlRecover protected_oe property

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

rBTNLogin protected_oe property

rBTNLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadButton rBTNLogin
return global::Telerik.Web.UI.RadButton

rBTNSubmit protected_oe property

rBTNSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadButton rBTNSubmit
return global::Telerik.Web.UI.RadButton

rTXTEmailAddress protected_oe property

rTXTEmailAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTXTEmailAddress
return global::Telerik.Web.UI.RadTextBox

valEmail protected_oe property

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