C# Class Quaack_web.Profile

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: ARdeWeerd/Quaack_rep_1

Protected Properties

Property Type Description
Avatar global::System.Web.UI.WebControls.TextBox
AvatarLabel global::System.Web.UI.WebControls.Label
AvatarURLValidator global::System.Web.UI.WebControls.RegularExpressionValidator
ChangePassword1 global::System.Web.UI.WebControls.ChangePassword
ConfirmPassword global::System.Web.UI.WebControls.TextBox
ConfirmPasswordLabel global::System.Web.UI.WebControls.Label
ConfirmPasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
Email global::System.Web.UI.WebControls.TextBox
EmailLabel global::System.Web.UI.WebControls.Label
EmailRequired global::System.Web.UI.WebControls.RequiredFieldValidator
ErrorMessage global::System.Web.UI.WebControls.Literal
MobileNumber global::System.Web.UI.WebControls.TextBox
MobileNumberLabel global::System.Web.UI.WebControls.Label
MobileNumberValidator global::System.Web.UI.WebControls.RegularExpressionValidator
Password global::System.Web.UI.WebControls.TextBox
PasswordCompare global::System.Web.UI.WebControls.CompareValidator
PasswordLabel global::System.Web.UI.WebControls.Label
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
Profielschets global::System.Web.UI.WebControls.TextBox
ProfielschetsLabel global::System.Web.UI.WebControls.Label
UpdateProfileButton global::System.Web.UI.WebControls.Button
UpdateProfileValidationSummary global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

Avatar protected_oe property

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

AvatarLabel protected_oe property

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

AvatarURLValidator protected_oe property

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

ChangePassword1 protected_oe property

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

ConfirmPassword protected_oe property

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

ConfirmPasswordLabel protected_oe property

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

ConfirmPasswordRequired protected_oe property

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

Email protected_oe property

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

EmailLabel protected_oe property

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

EmailRequired protected_oe property

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

ErrorMessage protected_oe property

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

MobileNumber protected_oe property

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

MobileNumberLabel protected_oe property

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

MobileNumberValidator protected_oe property

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

Password protected_oe property

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

PasswordCompare protected_oe property

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

PasswordLabel protected_oe 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

PasswordRequired protected_oe property

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

Profielschets protected_oe property

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

ProfielschetsLabel protected_oe property

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

UpdateProfileButton protected_oe property

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

UpdateProfileValidationSummary protected_oe property

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