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

Inheritance: System.Web.UI.UserControl
Mostrar archivo 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
btnUpdate global::System.Web.UI.WebControls.Button
cddPageType global::AjaxControlToolkit.CascadingDropDown
cddTemplate global::AjaxControlToolkit.CascadingDropDown
ddlPageType global::System.Web.UI.WebControls.DropDownList
ddlTemplate global::System.Web.UI.WebControls.DropDownList
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvPage global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
lblDescription global::System.Web.UI.WebControls.Label
lblGrdTitlePage global::System.Web.UI.WebControls.Label
lblKeyword global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblSEOName global::System.Web.UI.WebControls.Label
lblTemplate global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Label
lblType global::System.Web.UI.WebControls.Label
pnlPageItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvDescription global::System.Web.UI.WebControls.RequiredFieldValidator
rfvKeyword global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPageType global::System.Web.UI.WebControls.RequiredFieldValidator
rfvSEOName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvTitle global::System.Web.UI.WebControls.RequiredFieldValidator
txtDescription global::System.Web.UI.WebControls.TextBox
txtKeyword global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtSEOName global::System.Web.UI.WebControls.TextBox
txtTitle global::System.Web.UI.WebControls.TextBox
upnlPage global::System.Web.UI.UpdatePanel
upnlPageItem global::System.Web.UI.UpdatePanel
valsummaryPage global::System.Web.UI.WebControls.ValidationSummary

Protected Methods

Method Description
GetDesignPagePath ( int PageID ) : string
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BeginAddMode ( ) : void
BeginEditMode ( ) : void
ExitMode ( ) : void
FillPages ( int PageIndex ) : void
ManagePage_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
ReflectDDL ( ) : 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
gvPage_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
gvPage_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

Method Details

GetDesignPagePath() protected method

protected GetDesignPagePath ( int PageID ) : string
PageID int
return string

OnInit() protected method

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

Property Details

RequiredFieldValidator1 protected_oe 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_oe 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_oe 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_oe 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_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

cddPageType protected_oe property

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

cddTemplate protected_oe property

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

ddlPageType protected_oe property

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

ddlTemplate protected_oe property

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

dvProblems protected_oe 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

gvPage protected_oe property

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

ibtnAdd protected_oe 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_oe 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

lblDescription protected_oe property

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

lblGrdTitlePage protected_oe property

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

lblKeyword protected_oe property

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

lblName protected_oe 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

lblSEOName protected_oe property

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

lblTemplate protected_oe property

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

lblTitle protected_oe property

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

lblType protected_oe property

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

pnlPageItem protected_oe property

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

pnlView protected_oe 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

rfvDescription protected_oe property

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

rfvKeyword protected_oe property

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

rfvName protected_oe 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

rfvPageType protected_oe property

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

rfvSEOName protected_oe property

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

rfvTitle protected_oe property

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

txtDescription protected_oe property

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

txtKeyword protected_oe property

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

txtName protected_oe 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

txtSEOName protected_oe property

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

txtTitle protected_oe property

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

upnlPage protected_oe property

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

valsummaryPage protected_oe property

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