C# Class AJH.CMS.WEB.UI.Admin.ManageUser_UC

Mostrar archivo Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
chkIsActive global::System.Web.UI.WebControls.CheckBox
cvConfirmEmail global::System.Web.UI.WebControls.CompareValidator
cvConfirmPassword global::System.Web.UI.WebControls.CompareValidator
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvUser global::System.Web.UI.WebControls.GridView
ibtnActive global::System.Web.UI.WebControls.ImageButton
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
ibtnInActive global::System.Web.UI.WebControls.ImageButton
lblConfirmEmail global::System.Web.UI.WebControls.Label
lblConfirmPassword global::System.Web.UI.WebControls.Label
lblEmail global::System.Web.UI.WebControls.Label
lblGrdTitleUser global::System.Web.UI.WebControls.Label
lblIsActive global::System.Web.UI.WebControls.Label
lblPassword global::System.Web.UI.WebControls.Label
pnlUserItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvEmail global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPassword global::System.Web.UI.WebControls.RequiredFieldValidator
txtConfirmEmail global::System.Web.UI.WebControls.TextBox
txtConfirmPassword global::System.Web.UI.WebControls.TextBox
txtEmail global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
upnlUser global::System.Web.UI.UpdatePanel
upnlUserItem global::System.Web.UI.UpdatePanel
valsummaryUser global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

Method Description
GetUserStatus ( bool IsActive ) : string
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BeginAddMode ( ) : void
BeginEditMode ( ) : void
ExitMode ( ) : void
FillUsers ( int PageIndex ) : void
ManageUser_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
gvUser_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
gvUser_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
ibtnActive_Click ( object sender, ImageClickEventArgs e ) : void
ibtnAdd_Click ( object sender, ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, ImageClickEventArgs e ) : void
ibtnInActive_Click ( object sender, ImageClickEventArgs e ) : void

Method Details

GetUserStatus() protected method

protected GetUserStatus ( bool IsActive ) : string
IsActive bool
return string

OnInit() protected method

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

Property Details

btnExit protected_oe property

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

btnReset protected_oe property

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

btnSave protected_oe property

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

btnUpdate protected_oe property

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

chkIsActive protected_oe property

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

cvConfirmEmail protected_oe property

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

cvConfirmPassword protected_oe property

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

dvProblems protected_oe property

dvProblems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvProblems
return global::System.Web.UI.HtmlControls.HtmlGenericControl

gvUser protected_oe property

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

ibtnActive protected_oe property

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

ibtnAdd protected_oe property

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

ibtnDelete protected_oe property

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

ibtnInActive protected_oe property

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

lblConfirmEmail protected_oe property

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

lblConfirmPassword protected_oe property

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

lblEmail protected_oe property

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

lblGrdTitleUser protected_oe property

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

lblIsActive protected_oe property

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

lblPassword protected_oe property

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

pnlUserItem protected_oe property

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

pnlView protected_oe property

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

rfvEmail protected_oe property

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

rfvPassword protected_oe property

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

txtConfirmEmail protected_oe property

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

txtConfirmPassword protected_oe property

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

txtEmail protected_oe property

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

txtPassword protected_oe property

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

upnlUser protected_oe property

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

upnlUserItem protected_oe property

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

valsummaryUser protected_oe property

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