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

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

Protected Properties

Property Type Description
btnAdd global::System.Web.UI.WebControls.Button
btnAddExit global::System.Web.UI.WebControls.Button
btnAddReset global::System.Web.UI.WebControls.Button
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSaveOtherLanguage global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
btnUpdateOtherLanguage global::System.Web.UI.WebControls.Button
cbIsPublished global::System.Web.UI.WebControls.CheckBox
cddGalleryItemType global::AjaxControlToolkit.CascadingDropDown
cddSearchCategory global::AjaxControlToolkit.CascadingDropDown
ddlGalleryItemType global::System.Web.UI.WebControls.DropDownList
ddlSearchCategory global::System.Web.UI.WebControls.DropDownList
dlsGallery global::System.Web.UI.WebControls.DataList
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
ibtnPublish global::System.Web.UI.WebControls.ImageButton
ibtnSearchCategory global::System.Web.UI.WebControls.ImageButton
ibtnUnPublish global::System.Web.UI.WebControls.ImageButton
lblAddName global::System.Web.UI.WebControls.Label
lblAddURL global::System.Web.UI.WebControls.Label
lblDate global::System.Web.UI.WebControls.Label
lblDescription global::System.Web.UI.WebControls.Label
lblDetails global::System.Web.UI.WebControls.Label
lblGalleryItemType global::System.Web.UI.WebControls.Label
lblGrdTitleGallery global::System.Web.UI.WebControls.Label
lblIsPublished global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblOrderNumber global::System.Web.UI.WebControls.Label
lblSearchCategory global::System.Web.UI.WebControls.Label
lblSummary global::System.Web.UI.WebControls.Label
numOrderNumber global::AjaxControlToolkit.NumericUpDownExtender
pnlGalleryAdd global::System.Web.UI.WebControls.Panel
pnlGalleryItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvAddName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvAddURL global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvOrderNumber global::System.Web.UI.WebControls.RequiredFieldValidator
trAddName global::System.Web.UI.HtmlControls.HtmlTableRow
trAddURL global::System.Web.UI.HtmlControls.HtmlTableRow
trIsPublished global::System.Web.UI.HtmlControls.HtmlTableRow
trMultiUpload global::System.Web.UI.HtmlControls.HtmlTableRow
txtAddName global::System.Web.UI.WebControls.TextBox
txtAddURL global::System.Web.UI.WebControls.TextBox
txtDescription global::System.Web.UI.WebControls.TextBox
txtDetails global::AJH.CMS.WEB.UI.Controls.Editor_UC
txtName global::System.Web.UI.WebControls.TextBox
txtOrderNumber global::System.Web.UI.WebControls.TextBox
txtSummary global::System.Web.UI.WebControls.TextBox
ucAjaxDate global::AJH.CMS.WEB.UI.Controls.AjaxDate_UC
ucPortalLanguage global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC
ucSWFUpload global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC
upnlGallery global::System.Web.UI.UpdatePanel
upnlGalleryAdd global::System.Web.UI.UpdatePanel
upnlGalleryItem global::System.Web.UI.UpdatePanel
upnlSearchGallery global::System.Web.UI.UpdatePanel
valsummaryAddGallery global::System.Web.UI.WebControls.ValidationSummary
valsummaryGallery global::System.Web.UI.WebControls.ValidationSummary

Private Properties

Property Type Description
BeginAddMode void
BeginAddModeOtherLanguage void
BeginEditMode void
BeginEditModeOtherLanguage void
ExitGrid void
ExitMode void
FillGallerys void
ManageGallery_UC_Load void
PerformSettings void
PrepareNewPublish AJH.CMS.Core.Entities.Publish
ReflectDDL void
btnAddExit_Click void
btnAddReset_Click void
btnAdd_Click void
btnExit_Click void
btnReset_Click void
btnSaveOtherLanguage_Click void
btnUpdateOtherLanguage_Click void
btnUpdate_Click void
ddlGalleryItemType_SelectedIndexChanged void
dlsGallery_ItemCommand void
ibtnAdd_Click void
ibtnDelete_Click void
ibtnPublish_Click void
ibtnSearchCategory_Click void
ibtnUnPublish_Click void
ucPortalLanguage_OnSelectLanguage void

Protected Methods

Method Description
GetGalleryFile ( Gallery gallery ) : string
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BeginAddMode ( ) : void
BeginAddModeOtherLanguage ( ) : void
BeginEditMode ( ) : void
BeginEditModeOtherLanguage ( ) : void
ExitGrid ( ) : void
ExitMode ( ) : void
FillGallerys ( ) : void
ManageGallery_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
PrepareNewPublish ( int galleryID ) : Publish
ReflectDDL ( ) : void
btnAddExit_Click ( object sender, EventArgs e ) : void
btnAddReset_Click ( object sender, EventArgs e ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSaveOtherLanguage_Click ( object sender, EventArgs e ) : void
btnUpdateOtherLanguage_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
ddlGalleryItemType_SelectedIndexChanged ( object sender, EventArgs e ) : void
dlsGallery_ItemCommand ( object source, System.Web.UI.WebControls.DataListCommandEventArgs e ) : void
ibtnAdd_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnPublish_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnSearchCategory_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnUnPublish_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ucPortalLanguage_OnSelectLanguage ( object sender, EventArgs e ) : void

Method Details

GetGalleryFile() protected method

protected GetGalleryFile ( Gallery gallery ) : string
gallery AJH.CMS.Core.Entities.Gallery
return string

OnInit() protected method

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

Property Details

btnAdd protected property

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

btnAddExit protected property

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

btnAddReset protected property

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

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

btnSaveOtherLanguage protected property

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

btnUpdateOtherLanguage protected property

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

cbIsPublished protected property

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

cddGalleryItemType protected property

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

cddSearchCategory protected property

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

ddlGalleryItemType protected property

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

ddlSearchCategory protected property

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

dlsGallery protected property

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

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

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

ibtnPublish protected property

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

ibtnSearchCategory protected property

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

ibtnUnPublish protected property

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

lblAddName protected property

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

lblAddURL protected property

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

lblDate protected property

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

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

lblDetails protected property

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

lblGalleryItemType protected property

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

lblGrdTitleGallery protected property

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

lblIsPublished protected property

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

lblOrderNumber protected property

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

lblSearchCategory protected property

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

lblSummary protected property

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

numOrderNumber protected property

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

pnlGalleryAdd protected property

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

pnlGalleryItem protected property

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

rfvAddName protected property

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

rfvAddURL protected property

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

rfvOrderNumber protected property

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

trAddName protected property

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

trAddURL protected property

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

trIsPublished protected property

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

trMultiUpload protected property

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

txtAddName protected property

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

txtAddURL protected property

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

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

txtDetails protected property

txtDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.Editor_UC txtDetails
return global::AJH.CMS.WEB.UI.Controls.Editor_UC

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

txtOrderNumber protected property

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

txtSummary protected property

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

ucAjaxDate protected property

ucAjaxDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.AjaxDate_UC ucAjaxDate
return global::AJH.CMS.WEB.UI.Controls.AjaxDate_UC

ucPortalLanguage protected property

ucPortalLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC ucPortalLanguage
return global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC

ucSWFUpload protected property

ucSWFUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC ucSWFUpload
return global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

upnlGallery protected property

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

upnlGalleryAdd protected property

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

upnlGalleryItem protected property

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

upnlSearchGallery protected property

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

valsummaryAddGallery protected property

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

valsummaryGallery protected property

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