C# 클래스 VolTeer.Account.RecoverUserName

파일 보기 프로젝트 열기: CISC181/VolTeerNET

보호된 프로퍼티들

프로퍼티 타입 설명
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