Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Problem with EditForm and Update panel View modes: 
User avatar
Member
Member
ramon.almarza-emtmadrid - 1/14/2014 7:21:51 AM
   
Problem with EditForm and Update panel
Good morning,

We have a problem using cms:EditForm module. We are using this module to introduce new documents to our system, and it works fine, but we need to use it inside an update panel to avoid refreshing the hole page, and when we try to use update panel + cms:EditForm, this module doesn´t work correctly and we can´t introduce new files.

We introduce the name of the new document and select a file, but when I push save buttom, the module doesn´t work correctly and write a message similar to “Please, introduce a value” for the field “Fichero”. This error only happen when we use updatePanel to contain this webpart. If we don´t use updatePanel, the webpart works without problem.

Please, could you help us with that?

Thanks in advance,

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 1/14/2014 12:55:25 PM
   
RE:Problem with EditForm and Update panel
I don't believe upload file control is an async control which is why it needs the full postback. So you'd need to use the web part without the update panel or create your own async upload control.