C# Class ScrewTurn.Wiki.Register

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnRegister global::System.Web.UI.WebControls.Button
captcha global::ScrewTurn.Wiki.Captcha
cvEmail1 global::System.Web.UI.WebControls.CustomValidator
cvEmail2 global::System.Web.UI.WebControls.CustomValidator
cvPassword1 global::System.Web.UI.WebControls.CustomValidator
cvPassword2 global::System.Web.UI.WebControls.CustomValidator
cvUsername global::System.Web.UI.WebControls.CustomValidator
lblAccountActivationMode global::System.Web.UI.WebControls.Literal
lblCaptcha global::System.Web.UI.WebControls.Literal
lblDisplayName global::System.Web.UI.WebControls.Literal
lblEmail1 global::System.Web.UI.WebControls.Literal
lblEmail2 global::System.Web.UI.WebControls.Literal
lblPassword1 global::System.Web.UI.WebControls.Literal
lblPassword2 global::System.Web.UI.WebControls.Literal
lblRegisterDescription global::System.Web.UI.WebControls.Literal
lblResult global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Literal
lblUsername global::System.Web.UI.WebControls.Literal
pnlRegister global::System.Web.UI.WebControls.Panel
rfvEmail1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvEmail2 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPassword1 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPassword2 global::System.Web.UI.WebControls.RequiredFieldValidator
rfvUsername global::System.Web.UI.WebControls.RequiredFieldValidator
rxvDisplayName global::System.Web.UI.WebControls.RegularExpressionValidator
rxvEmail1 global::System.Web.UI.WebControls.RegularExpressionValidator
rxvPassword1 global::System.Web.UI.WebControls.RegularExpressionValidator
rxvUserName global::System.Web.UI.WebControls.RegularExpressionValidator
txtDisplayName global::System.Web.UI.WebControls.TextBox
txtEmail1 global::System.Web.UI.WebControls.TextBox
txtEmail2 global::System.Web.UI.WebControls.TextBox
txtPassword1 global::System.Web.UI.WebControls.TextBox
txtPassword2 global::System.Web.UI.WebControls.TextBox
txtUsername global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnRegister_Click ( object sender, EventArgs e ) : void
cvEmail1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvEmail2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvPassword1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvPassword2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
cvUsername_ServerValidate ( object source, ServerValidateEventArgs args ) : void

Private Methods

Method Description
PrintRegisterNotice ( ) : void

Prints the register notice.

Method Details

Page_Load() protected method

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

btnRegister_Click() protected method

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

cvEmail1_ServerValidate() protected method

protected cvEmail1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvEmail2_ServerValidate() protected method

protected cvEmail2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvPassword1_ServerValidate() protected method

protected cvPassword1_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvPassword2_ServerValidate() protected method

protected cvPassword2_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

cvUsername_ServerValidate() protected method

protected cvUsername_ServerValidate ( object source, ServerValidateEventArgs args ) : void
source object
args ServerValidateEventArgs
return void

Property Details

btnRegister protected_oe property

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

captcha protected_oe property

captcha control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.Captcha captcha
return global::ScrewTurn.Wiki.Captcha

cvEmail1 protected_oe property

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

cvEmail2 protected_oe property

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

cvPassword1 protected_oe property

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

cvPassword2 protected_oe property

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

cvUsername protected_oe property

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

lblAccountActivationMode protected_oe property

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

lblCaptcha protected_oe property

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

lblDisplayName protected_oe property

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

lblEmail1 protected_oe property

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

lblEmail2 protected_oe property

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

lblPassword1 protected_oe property

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

lblPassword2 protected_oe property

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

lblRegisterDescription protected_oe property

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

lblResult protected_oe property

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

lblTitle protected_oe property

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

lblUsername protected_oe property

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

pnlRegister protected_oe property

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

rfvEmail1 protected_oe property

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

rfvEmail2 protected_oe property

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

rfvPassword1 protected_oe property

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

rfvPassword2 protected_oe property

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

rfvUsername protected_oe property

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

rxvDisplayName protected_oe property

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

rxvEmail1 protected_oe property

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

rxvPassword1 protected_oe property

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

rxvUserName protected_oe property

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

txtDisplayName protected_oe property

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

txtEmail1 protected_oe property

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

txtEmail2 protected_oe property

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

txtPassword1 protected_oe property

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

txtPassword2 protected_oe property

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

txtUsername protected_oe property

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