AJH.CMS.WEB.UI.Admin.ManageCatalog_UC.PerformSettings C# (CSharp) Method

PerformSettings() private method

private PerformSettings ( ) : void
return void
        void PerformSettings()
        {
            ibtnDelete.OnClientClick = "return ConfirmOperation('" + trvCatalog.ClientID + "','Are you sure to delete this item(s)?');";
            ibtnDeleteProduct.OnClientClick = "return ConfirmOperation('" + gvCatalogProducts.ClientID + "','Are you sure to delete this item(s)?');";
            btnSaveProductCatalog.OnClientClick = "return ConfirmOperation('" + gvAllProducts.ClientID + "','Are you sure to add this product(s) to the selected catalog?');";
            ibtnDeleteCatalogImage.OnClientClick = "return ConfirmOperation('" + dlsCatalogImage.ClientID + "','Are you sure to delete this item(s)?');";
        }
        #endregion