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

Inheritance: System.Web.UI.UserControl
Show file 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 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

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