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

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnSaveOtherLanguage global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
cbIsColorGroup global::System.Web.UI.WebControls.CheckBox
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvGroup global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
lblGrdTitleGroup global::System.Web.UI.WebControls.Label
lblIsColorGroup global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblPublicName global::System.Web.UI.WebControls.Label
pnlGroupItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
txtName global::System.Web.UI.WebControls.TextBox
txtPublicName global::System.Web.UI.WebControls.TextBox
ucPortalLanguage global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC
upnlGroup global::System.Web.UI.UpdatePanel
upnlGroupItem global::System.Web.UI.UpdatePanel
valsummaryGroup global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BeginAddMode ( ) : void
BeginEditMode ( ) : void
BeginEditModeOtherLanguage ( ) : void
ExitMode ( ) : void
FillGroups ( int PageIndex ) : void
ManageGroup_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSaveOtherLanguage_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
gvGroup_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
gvGroup_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
ibtnAdd_Click ( object sender, ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, ImageClickEventArgs e ) : void
ucPortalLanguage_OnSelectLanguage ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

RequiredFieldValidator1 protected property

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

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

btnSaveOtherLanguage protected property

btnSaveOtherLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSaveOtherLanguage
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

cbIsColorGroup protected property

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

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

gvGroup protected property

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

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

lblGrdTitleGroup protected property

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

lblIsColorGroup protected property

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

lblName protected property

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

lblPublicName protected property

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

pnlGroupItem protected property

pnlGroupItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlGroupItem
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

rfvName protected property

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

txtName protected property

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

txtPublicName protected property

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

ucPortalLanguage protected property

ucPortalLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC ucPortalLanguage
return global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC

upnlGroup protected property

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

upnlGroupItem protected property

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

valsummaryGroup protected property

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