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

Show file 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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