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

Inheritance: System.Web.UI.UserControl
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
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 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

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

cddPageType protected 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 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 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 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 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 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 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

lblDescription protected 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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