C# Класс VolTeer.Account.RecoverUserName

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
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.

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

rBTNSubmit_Click() защищенный Метод

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
Результат void

valEmail_ServerValidate() защищенный Метод

valEmail_ServerValidate - Run this validation when the form is posted.
protected valEmail_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
Результат void

Описание свойств

Label1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

Table1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Table

lblEmailLit защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblHeading защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

pnlContinue защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

pnlRecover защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

rBTNLogin защищенное свойство

rBTNLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadButton rBTNLogin
Результат global::Telerik.Web.UI.RadButton

rBTNSubmit защищенное свойство

rBTNSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadButton rBTNSubmit
Результат global::Telerik.Web.UI.RadButton

rTXTEmailAddress защищенное свойство

rTXTEmailAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTXTEmailAddress
Результат global::Telerik.Web.UI.RadTextBox

valEmail защищенное свойство

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
Результат global::System.Web.UI.WebControls.CustomValidator