C# Class newtelligence.DasBlog.Web.EditUserBox

Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: AArnott/dasblog

Protected Properties

Property Type Description
ComparevalidatorPassword global::System.Web.UI.WebControls.CompareValidator
buttonSave global::System.Web.UI.WebControls.Button
checkboxAllComment global::System.Web.UI.WebControls.CheckBox
checkboxNewPost global::System.Web.UI.WebControls.CheckBox
checkboxOwnComment global::System.Web.UI.WebControls.CheckBox
editControlHolder global::System.Web.UI.WebControls.PlaceHolder
label1 global::System.Web.UI.WebControls.Label
label2 global::System.Web.UI.WebControls.Label
labelConfig global::System.Web.UI.WebControls.Label
labelContact global::System.Web.UI.WebControls.Label
labelNotifications global::System.Web.UI.WebControls.Label
labelProfilePage global::System.Web.UI.WebControls.Label
labelTextConfirmPassword global::System.Web.UI.WebControls.Label
labelTextPassword global::System.Web.UI.WebControls.Label
resmgr System.Resources.ResourceManager
textConfirmPassword global::System.Web.UI.WebControls.TextBox
textDisplayName global::System.Web.UI.WebControls.TextBox
textEMail global::System.Web.UI.WebControls.TextBox
textOpenIdIdentifier global::System.Web.UI.WebControls.TextBox
textPassword global::System.Web.UI.WebControls.TextBox
validationSummary global::System.Web.UI.WebControls.ValidationSummary
validatorREContact global::System.Web.UI.WebControls.RegularExpressionValidator
validatorRFContact global::System.Web.UI.WebControls.RequiredFieldValidator

Protected Methods

Method Description
EditUserBox_Init ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SetProfileContent ( string content ) : void
buttonSave_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetProfileContent ( ) : string
GetProfilePath ( ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

EditUserBox_Init() protected method

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

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

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

SetProfileContent() protected method

protected SetProfileContent ( string content ) : void
content string
return void

buttonSave_Click() protected method

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

Property Details

ComparevalidatorPassword protected_oe property

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

buttonSave protected_oe property

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

checkboxAllComment protected_oe property

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

checkboxNewPost protected_oe property

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

checkboxOwnComment protected_oe property

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

editControlHolder protected_oe property

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

label1 protected_oe property

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
return global::System.Web.UI.WebControls.Label

label2 protected_oe property

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

labelConfig protected_oe property

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

labelContact protected_oe property

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

labelNotifications protected_oe property

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

labelProfilePage protected_oe property

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

labelTextConfirmPassword protected_oe property

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

labelTextPassword protected_oe property

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

resmgr protected_oe property

protected ResourceManager,System.Resources resmgr
return System.Resources.ResourceManager

textConfirmPassword protected_oe property

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

textDisplayName protected_oe property

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

textEMail protected_oe property

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

textOpenIdIdentifier protected_oe property

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

textPassword protected_oe property

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

validationSummary protected_oe property

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

validatorREContact protected_oe property

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

validatorRFContact protected_oe property

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