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

Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
btnAddControl global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
cddCMSControl global::AjaxControlToolkit.CascadingDropDown
cddContainerValue global::AjaxControlToolkit.CascadingDropDown
cddModule global::AjaxControlToolkit.CascadingDropDown
cddXSLTemplate global::AjaxControlToolkit.CascadingDropDown
ddlCMSControl global::System.Web.UI.WebControls.DropDownList
ddlContainerValue global::System.Web.UI.WebControls.DropDownList
ddlModule global::System.Web.UI.WebControls.DropDownList
ddlXSLTemplate global::System.Web.UI.WebControls.DropDownList
lblCMSControl global::System.Web.UI.WebControls.Label
lblContainerValue global::System.Web.UI.WebControls.Label
lblContent global::System.Web.UI.WebControls.Label
lblModule global::System.Web.UI.WebControls.Label
lblRegisterControl global::System.Web.UI.WebControls.Label
lblUserControlTag global::System.Web.UI.WebControls.Label
lblXSLTemplate global::System.Web.UI.WebControls.Label
rfvCMSControl global::System.Web.UI.WebControls.RequiredFieldValidator
rfvDetails global::System.Web.UI.WebControls.RequiredFieldValidator
rfvModule global::System.Web.UI.WebControls.RequiredFieldValidator
txtDetails global::System.Web.UI.WebControls.TextBox
txtRegisterControl global::System.Web.UI.WebControls.TextBox
txtUserControlTag global::System.Web.UI.WebControls.TextBox
upnlPageControl global::System.Web.UI.UpdatePanel
upnlPageItem global::System.Web.UI.UpdatePanel
valsummaryDesign global::System.Web.UI.WebControls.ValidationSummary
valsummaryPageDesignControl global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
LoadPage ( ) : void
ManagePageDesign_UC_Load ( object sender, EventArgs e ) : void
ReflectDDL ( ) : void
btnAddControl_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

btnAddControl protected_oe property

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

cddCMSControl protected_oe property

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

cddContainerValue protected_oe property

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

cddModule protected_oe property

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

cddXSLTemplate protected_oe property

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

ddlCMSControl protected_oe property

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

ddlContainerValue protected_oe property

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

ddlModule protected_oe property

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

ddlXSLTemplate protected_oe property

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

lblCMSControl protected_oe property

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

lblContainerValue protected_oe property

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

lblContent protected_oe property

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

lblModule protected_oe property

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

lblRegisterControl protected_oe property

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

lblUserControlTag protected_oe property

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

lblXSLTemplate protected_oe property

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

rfvCMSControl protected_oe property

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

rfvDetails protected_oe property

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

rfvModule protected_oe property

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

txtDetails protected_oe property

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

txtRegisterControl protected_oe property

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

txtUserControlTag protected_oe property

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

upnlPageControl protected_oe property

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

upnlPageItem protected_oe property

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

valsummaryDesign protected_oe property

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

valsummaryPageDesignControl protected_oe property

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