C# Класс AJH.CMS.WEB.UI.Admin.ManageCatalog_UC

Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
GetCatalogImageFile ( string imageName ) : string

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

GetCatalogImageFile() публичный Метод

public GetCatalogImageFile ( string imageName ) : string
imageName string
Результат string

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

Описание свойств

btnExit защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btnReset защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btnSave защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btnSaveCatalogImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btnSaveOtherLanguage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btnSaveProductCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btnUpdate защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

btnUpdateCatalogImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Button

cbIsCoverImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

cbIsDisplayed защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

cbIsGalleryOnly защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

cbIsPublishedOnslider защищенное свойство

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
Результат global::System.Web.UI.WebControls.CheckBox

cddlParentCatalog защищенное свойство

cddlParentCatalog control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddlParentCatalog
Результат global::AjaxControlToolkit.CascadingDropDown

ddlParentCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.DropDownList

dlsCatalogImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.DataList

dvCatalogDetails защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

dvCatalogImage защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

dvCatalogImageProblems защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

dvCatalogProducts защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

dvProblems защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

dvProductCatalogProblems защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

gvAllProducts защищенное свойство

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
Результат global::System.Web.UI.WebControls.GridView

gvCatalogProducts защищенное свойство

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
Результат global::System.Web.UI.WebControls.GridView

ibtnAdd защищенное свойство

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
Результат global::System.Web.UI.WebControls.ImageButton

ibtnAddCatalogImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.ImageButton

ibtnDelete защищенное свойство

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
Результат global::System.Web.UI.WebControls.ImageButton

ibtnDeleteCatalogImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.ImageButton

ibtnDeleteProduct защищенное свойство

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
Результат global::System.Web.UI.WebControls.ImageButton

ibtnRefreshCatalogs защищенное свойство

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
Результат global::System.Web.UI.WebControls.ImageButton

lblCatalogImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblCatalogOrder защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblCatalogProducts защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblConnectedProductCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblDescription защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblGrdTitleCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblIsCoverImage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblIsDisplayed защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblIsGalleryOnly защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblIsPublishedOnSlider защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblMetaDescription защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblMetaKeywords защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblMetaTitle защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblName защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblParentCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

nCatalogOrder защищенное свойство

nCatalogOrder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.NumericUpDownExtender nCatalogOrder
Результат global::AjaxControlToolkit.NumericUpDownExtender

pnlCatalogImageDetails защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

pnlCatalogImages защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

pnlCatalogItem защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

pnlConnectedProductCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

pnlView защищенное свойство

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
Результат global::System.Web.UI.WebControls.Panel

rfvDescription защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

rfvName защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

trvCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.TreeView

txtCatalogOrder защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtDescription защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtMetaDescription защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtMetaKeywords защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtMetaTitle защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtName защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

ucPortalLanguage защищенное свойство

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
Результат global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC

ucSWFUploadCatalogImage защищенное свойство

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
Результат global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

upnlCatalog защищенное свойство

upnlCatalog control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlCatalog
Результат global::System.Web.UI.UpdatePanel

upnlCatalogImage защищенное свойство

upnlCatalogImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlCatalogImage
Результат global::System.Web.UI.UpdatePanel

upnlCatalogItem защищенное свойство

upnlCatalogItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlCatalogItem
Результат global::System.Web.UI.UpdatePanel

upnlProductCatalog защищенное свойство

upnlProductCatalog control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel upnlProductCatalog
Результат global::System.Web.UI.UpdatePanel

valsummaryCatalog защищенное свойство

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
Результат global::System.Web.UI.WebControls.ValidationSummary