Set use update panel in transformation / layout

Zbyněk Nedoma asked on December 19, 2018 10:21

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" but it is not working.

Can you help me with this?

<cms:BizForm runat="server" ID="BizForm" UseUpdatePanel="true" FormName="FooterForm" EnableViewState="true" OnOnBeforeSave="BizForm_OnBeforeSave" OnOnBeforeValidate="BizForm_OnBeforeValidate" /> 

Recent Answers


Juraj Ondrus answered on December 19, 2018 15:13

Hi,
Are you using web part or control in the transformation? I am asking because web parts are not supported inside a transformation. Also, you need to keep in mind that there is a bit different lifecycle when loading the control inside a transformation. Have you tried wrapping the code into the update panel tags in the transformation code?
Also, what is the reason to display online form inside transformation?

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.