C# Class FLWebServicesC.ChangePssword

Show file Open project: hussien89aa/Alrubaye.net

Protected Properties

Property Type Description
BuAddData global::System.Web.UI.WebControls.Button
CompareValidator1 global::System.Web.UI.WebControls.CompareValidator
LiMessage global::System.Web.UI.WebControls.Literal
RegularExpressionValidator1 global::System.Web.UI.WebControls.RegularExpressionValidator
RegularExpressionValidator12 global::System.Web.UI.WebControls.RegularExpressionValidator
RequiredFieldValidator12 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator13 global::System.Web.UI.WebControls.RequiredFieldValidator
RequiredFieldValidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
passwordLabel global::System.Web.UI.WebControls.Label
passwordLabel0 global::System.Web.UI.WebControls.Label
regtxtNotes1 global::System.Web.UI.WebControls.RegularExpressionValidator
statusLabel global::System.Web.UI.WebControls.Label
txtAdminPassword global::System.Web.UI.WebControls.TextBox
txtAdminPasswordRepeat global::System.Web.UI.WebControls.TextBox
txtOldPassword global::System.Web.UI.WebControls.TextBox
userNameLabel global::System.Web.UI.WebControls.Label

Protected Methods

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

Private Methods

Method Description
IsAdminPasswordExists ( string Password ) : bool

Method Details

BuAddData_Click() protected method

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

Page_Load() protected method

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

Property Details

BuAddData protected property

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

CompareValidator1 protected property

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

LiMessage protected property

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

RegularExpressionValidator1 protected property

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

RegularExpressionValidator12 protected property

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

RequiredFieldValidator12 protected property

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

RequiredFieldValidator13 protected property

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

RequiredFieldValidator2 protected property

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

ValidationSummary1 protected property

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

passwordLabel protected property

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

passwordLabel0 protected property

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

regtxtNotes1 protected property

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

statusLabel protected property

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

txtAdminPassword protected property

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

txtAdminPasswordRepeat protected property

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

txtOldPassword protected property

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

userNameLabel protected property

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