C# Class VolTeer.Account.RecoverUserName

Afficher le fichier Open project: CISC181/VolTeerNET

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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 méthode

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

rBTNSubmit_Click() protected méthode

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
Résultat void

valEmail_ServerValidate() protected méthode

valEmail_ServerValidate - Run this validation when the form is posted.
protected valEmail_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.CustomValidator