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

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

Protected Properties

Property Type Description
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnSaveCatalogImage global::System.Web.UI.WebControls.Button
btnSaveOtherLanguage global::System.Web.UI.WebControls.Button
btnSaveProductCatalog global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
btnUpdateCatalogImage global::System.Web.UI.WebControls.Button
cbIsCoverImage global::System.Web.UI.WebControls.CheckBox
cbIsDisplayed global::System.Web.UI.WebControls.CheckBox
cbIsGalleryOnly global::System.Web.UI.WebControls.CheckBox
cbIsPublishedOnslider global::System.Web.UI.WebControls.CheckBox
cddlParentCatalog global::AjaxControlToolkit.CascadingDropDown
ddlParentCatalog global::System.Web.UI.WebControls.DropDownList
dlsCatalogImage global::System.Web.UI.WebControls.DataList
dvCatalogDetails global::System.Web.UI.HtmlControls.HtmlGenericControl
dvCatalogImage global::System.Web.UI.HtmlControls.HtmlGenericControl
dvCatalogImageProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
dvCatalogProducts global::System.Web.UI.HtmlControls.HtmlGenericControl
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
dvProductCatalogProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
gvAllProducts global::System.Web.UI.WebControls.GridView
gvCatalogProducts global::System.Web.UI.WebControls.GridView
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnAddCatalogImage global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
ibtnDeleteCatalogImage global::System.Web.UI.WebControls.ImageButton
ibtnDeleteProduct global::System.Web.UI.WebControls.ImageButton
ibtnRefreshCatalogs global::System.Web.UI.WebControls.ImageButton
lblCatalogImage global::System.Web.UI.WebControls.Label
lblCatalogOrder global::System.Web.UI.WebControls.Label
lblCatalogProducts global::System.Web.UI.WebControls.Label
lblConnectedProductCatalog global::System.Web.UI.WebControls.Label
lblDescription global::System.Web.UI.WebControls.Label
lblGrdTitleCatalog global::System.Web.UI.WebControls.Label
lblImage global::System.Web.UI.WebControls.Label
lblIsCoverImage global::System.Web.UI.WebControls.Label
lblIsDisplayed global::System.Web.UI.WebControls.Label
lblIsGalleryOnly global::System.Web.UI.WebControls.Label
lblIsPublishedOnSlider global::System.Web.UI.WebControls.Label
lblMetaDescription global::System.Web.UI.WebControls.Label
lblMetaKeywords global::System.Web.UI.WebControls.Label
lblMetaTitle global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblParentCatalog global::System.Web.UI.WebControls.Label
nCatalogOrder global::AjaxControlToolkit.NumericUpDownExtender
pnlCatalogImageDetails global::System.Web.UI.WebControls.Panel
pnlCatalogImages global::System.Web.UI.WebControls.Panel
pnlCatalogItem global::System.Web.UI.WebControls.Panel
pnlConnectedProductCatalog global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvDescription global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
trvCatalog global::System.Web.UI.WebControls.TreeView
txtCatalogOrder global::System.Web.UI.WebControls.TextBox
txtDescription global::System.Web.UI.WebControls.TextBox
txtMetaDescription global::System.Web.UI.WebControls.TextBox
txtMetaKeywords global::System.Web.UI.WebControls.TextBox
txtMetaTitle global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
ucPortalLanguage global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC
ucSWFUploadCatalogImage global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC
upnlCatalog global::System.Web.UI.UpdatePanel
upnlCatalogImage global::System.Web.UI.UpdatePanel
upnlCatalogItem global::System.Web.UI.UpdatePanel
upnlProductCatalog global::System.Web.UI.UpdatePanel
valsummaryCatalog global::System.Web.UI.WebControls.ValidationSummary

Public Methods

Method Description
GetCatalogImageFile ( string imageName ) : string

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BeginAddMode ( ) : void
BeginCatalogImageAddMode ( ) : void
BeginEditMode ( ) : void
BeginEditModeOtherLanguage ( ) : void
ExitMode ( ) : void
FillAllProducts ( int catalogId, int languageId ) : void
FillCatalogImages ( int catalogID ) : void
FillCatalogProducts ( int catalogId, int languageId ) : void
FillCatalogTree ( ) : void
GetNodesChilds ( Catalog catalog, List Catalogs ) : System.Web.UI.WebControls.TreeNode
ManageCatalog_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSaveCatalogImage_Click ( object sender, EventArgs e ) : void
btnSaveOtherLanguage_Click ( object sender, EventArgs e ) : void
btnSaveProductCatalog_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdateCatalogImage_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
dlsCatalogImage_ItemCommand ( object source, System.Web.UI.WebControls.DataListCommandEventArgs e ) : void
gvAllProducts_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
gvCatalogProducts_PageIndexChanging ( object sender, System.Web.UI.WebControls.GridViewPageEventArgs e ) : void
gvCatalogProducts_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
ibtnAddCatalogImage_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnAdd_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnDeleteCatalogImage_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnDeleteProduct_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
ibtnRefreshCatalogs_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
trvCatalog_SelectedNodeChanged ( object sender, EventArgs e ) : void
ucPortalLanguage_OnSelectLanguage ( object sender, EventArgs e ) : void

Method Details

GetCatalogImageFile() public method

public GetCatalogImageFile ( string imageName ) : string
imageName string
return string

OnInit() protected method

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

Property Details

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

btnSaveCatalogImage protected_oe property

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

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

btnSaveProductCatalog protected_oe property

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

btnUpdateCatalogImage protected_oe property

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

cbIsCoverImage protected_oe property

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

cbIsDisplayed protected_oe property

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

cbIsGalleryOnly protected_oe property

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

cbIsPublishedOnslider protected_oe property

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

cddlParentCatalog protected_oe property

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

ddlParentCatalog protected_oe property

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

dlsCatalogImage protected_oe property

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

dvCatalogDetails protected_oe property

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

dvCatalogImage protected_oe property

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

dvCatalogImageProblems protected_oe property

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

dvCatalogProducts protected_oe property

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

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

dvProductCatalogProblems protected_oe property

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

gvAllProducts protected_oe property

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

gvCatalogProducts protected_oe property

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

ibtnAddCatalogImage protected_oe property

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

ibtnDeleteCatalogImage protected_oe property

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

ibtnDeleteProduct protected_oe property

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

ibtnRefreshCatalogs protected_oe property

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

lblCatalogImage protected_oe property

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

lblCatalogOrder protected_oe property

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

lblCatalogProducts protected_oe property

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

lblConnectedProductCatalog protected_oe property

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

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

lblGrdTitleCatalog protected_oe property

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

lblImage protected_oe property

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

lblIsCoverImage protected_oe property

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

lblIsDisplayed protected_oe property

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

lblIsGalleryOnly protected_oe property

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

lblIsPublishedOnSlider protected_oe property

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

lblMetaDescription protected_oe property

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

lblMetaKeywords protected_oe property

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

lblMetaTitle protected_oe property

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

lblParentCatalog protected_oe property

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

nCatalogOrder protected_oe property

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

pnlCatalogImageDetails protected_oe property

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

pnlCatalogImages protected_oe property

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

pnlCatalogItem protected_oe property

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

pnlConnectedProductCatalog protected_oe property

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

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

trvCatalog protected_oe property

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

txtCatalogOrder protected_oe property

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

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

txtMetaDescription protected_oe property

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

txtMetaKeywords protected_oe property

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

txtMetaTitle protected_oe property

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

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

ucSWFUploadCatalogImage protected_oe property

ucSWFUploadCatalogImage 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 ucSWFUploadCatalogImage
return global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

upnlCatalog protected_oe property

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

upnlCatalogImage protected_oe property

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

upnlCatalogItem protected_oe property

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

upnlProductCatalog protected_oe property

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

valsummaryCatalog protected_oe property

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