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

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

Protected Properties

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

Méthodes publiques

Méthode Description
GetCatalogImageFile ( string imageName ) : string

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Private Methods

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

public GetCatalogImageFile ( string imageName ) : string
imageName string
Résultat string

OnInit() protected méthode

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

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
Résultat 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
Résultat 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
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

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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
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

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

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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
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

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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
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

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

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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
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

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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.ValidationSummary