AJH.CMS.WEB.UI.Admin.ManageProducts_UC.Performsettings C# (CSharp) Method

Performsettings() private method

private Performsettings ( ) : void
return void
        private void Performsettings()
        {
            ibtnDeleteProductImage.OnClientClick = "return ConfirmOperation('" + dlsProductImage.ClientID + "','Are you sure to delete this item(s)?');";
            ibtnDeleteCombinationProduct.OnClientClick = "return ConfirmOperation('" + gvCombinationProducts.ClientID + "','Are you sure to delete this item(s)?');";
            ibtnDeleteConnectedCombinationAttribute.OnClientClick = "return ConfirmOperation('" + gvConnectedCombinationAttributes.ClientID + "','Are you sure to delete this item(s)?');";
            ibtnDeleteProductFeature.OnClientClick = "return ConfirmOperation('" + gvProductFeatures.ClientID + "','Are you sure to delete this item(s)?');";
            ibtnDeleteCombinationImage.OnClientClick = "return ConfirmOperation('" + dlsConnectedCombinationImage.ClientID + "','Are you sure to delete this item(s)?');";
            btnSaveCombinationImage.OnClientClick = "return ConfirmOperation('" + dlsAllProdcutImage.ClientID + "','Are you sure to Add this item(s)?');";
            btnSaveCombinationAttribute.OnClientClick = "return ConfirmOperation('" + gvNotConnectedCombinationAttributes.ClientID + "','Are you sure to Add this item(s)?');";
        }