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

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
GetDesignPagePath ( int PageID ) : string
OnInit ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

protected GetDesignPagePath ( int PageID ) : string
PageID int
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.ValidationSummary