C# Class Quaack_web.Profile

Inheritance: System.Web.UI.Page
Show file 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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