Tag Archive | "EPiServer"

XForm AfterSubmitPostedData is not triggered

Tuesday, May 10, 2011

2 Comments

In EPiServers public template they have given me a nice way to redirect the user after a XForm have been submitted by hooking up on the AfterSubmitPostedData event. If XForm_AfterSubmitPostedData is never triggered this is probably because the SMTP settings is wrong in web.config(!!?). IMOHO this is a bug and a very stupid way to handle [...]

Continue reading...

Remove parent-inherited ACL role on creating a page

Tuesday, January 4, 2011

0 Comments

When creating a page in EPiServer the page inherits the parent’s ACL. To remove a role in the on create page event you need the following:

Continue reading...

How to fix wrong form action url in updatepanel in EPiserver

Tuesday, October 26, 2010

0 Comments

Im using EPiserver 6 and got an strange error when using updatepanel in a module. The current page url is /foo/bar the form action is set to /foo/mytemplatefilename.aspx?id=1234 in the second ajax request To fix that, add this adapter in App_Browsers->AdapterMappings.browser:

Continue reading...