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

Inheritance: System.Web.UI.UserControl
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
btnSaveOtherLanguage global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
cddGroup global::AjaxControlToolkit.CascadingDropDown
ddlGroup global::System.Web.UI.WebControls.DropDownList
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvAttribute global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
lblGrdTitleAttribute global::System.Web.UI.WebControls.Label
lblGroup global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
pnlAttributeItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvGroup global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
txtName global::System.Web.UI.WebControls.TextBox
ucPortalLanguage global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC
upnlAttribute global::System.Web.UI.UpdatePanel
upnlAttributeItem global::System.Web.UI.UpdatePanel
valsummaryAttribute 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
FillAttributes ( int PageIndex ) : void
ManageAttribute_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
gvAttribute_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
gvAttribute_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
ibtnAdd_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ucPortalLanguage_OnSelectLanguage ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.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

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

cddGroup protected property

cddGroup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddGroup
return global::AjaxControlToolkit.CascadingDropDown

ddlGroup protected property

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

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

gvAttribute protected property

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

lblGrdTitleAttribute protected property

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

lblGroup protected property

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

pnlAttributeItem protected property

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

rfvGroup protected property

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

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

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

upnlAttribute protected property

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

upnlAttributeItem protected property

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

valsummaryAttribute protected property

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