Hello,I have PageType @custom.Pool@ which share parameters for other cultures (like width, length, height...). When user change parameters in main culture (for me cs-Cz) I need change this paramete...
Hi All, I am using Kentico 10 for my site and I want to check Google recaptcha validation on my Submit button of built in biz form. I have check this https://devnet.kentico.com/forums/f45/t19283/b...
Hello, everyone. I have a form and a form handler module that handles an Insert.After event and send some information to an external service. Now I must send more information to the external servic...
Is there a global event to target the execution of scheduled system tasks? I have 2 tasks that were created as a result of a scheduled email marketing campaign, and I’d like to target them both aft...
Deleted question. Had my if-statement brackets in the wrong place. Ugh, I need some caffeine!
Does Kentico handle unhandled errors in a custom web part ( CMSAbstractWebPart )? In the past I saw a message @Error in webpart...@ on the webpart's placeholder, but in a new case the error took do...
Event handlers have an important role in the customization of Kentico. Events allow you to attach your custom code to the various system actions, and easily add custom functionality throughout it. This article will give you more insight into how we improved event handlers in Kentico 8.
By default in .NET framework, Generic Handlers and Web Services are processed in session separate from the one created upon visiting site using the usual means (.ASPX). This article explains what it means for you as a Kentico developer and how to modify your code in order to use the main session. .NET Generic Handlers are not to be confused with Kentico Global Event Handlers.