Hi, I have a question about setting up Use update panel in transformation. I am creating webpart that shows form inside and I want to enable ajax for the form. Tried to use UseUpdatePanel=@true@ bu...
I have a page with 2 custom customtableform web parts. Only one displays at a time (create/ update) so I am using a macro to determine which web part zone should be visible. One of the fields in bo...
Hi,I've got a form with dependent fields. I've enabled @Use update panel@ on the webpart but it's still refreshing the whole page when I update the dependant field.The Dependant field is a Radio bu...
Hi,I'm trying to create a new webpart and in it, I want some AJAX functionality. I read online that I could use UpdatePanels for that. I'm having issues when I add a ScriptManager and a UpdatePanel...
Hi all, I am trying to add form into updatepanel. In my form there is country selector exists. When I select country postback happens. How to avoid this? Because I have if(isPostBack @@ Page.IsVal...
Hello,I have implemented Google Recaptcha from https://devnet.kentico.com/marketplace/inline-controls/new-recaptcha which is working fine. But I am facing below issue :I have a page on which i have...
Hi, I want to override Render(HtmlTextWriter writer) method of a webpart which is in an Updatepanel but Render method never run if webpart is being in an Updatepanel!!?Can anyone help me to solve t...
Hi,I created a web part that triggers a postback to automatically refresh it's zone, basically following this guide, but making the postback with Javascript from the client side to supress it when ...