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

Inheritance: System.Web.UI.UserControl
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
btnSave global::System.Web.UI.WebControls.Button
cbCheckAll global::System.Web.UI.WebControls.CheckBox
cblstPreferneces global::System.Web.UI.WebControls.CheckBoxList
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
pnlPreferenceItem global::System.Web.UI.WebControls.Panel
upnlPreferenceItem global::System.Web.UI.UpdatePanel

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
FillPreferencesList ( ) : void
ManageTax_UC_Load ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

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

cbCheckAll protected property

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

cblstPreferneces protected property

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

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

pnlPreferenceItem protected property

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

upnlPreferenceItem protected property

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