kentico_jurajo
-
6/30/2008 4:55:27 AM
RE:error while saving the content in Editable region
Hi, I assume that you are using custom page templates. If yes, could you please change the class inheritance as it is described here - http://www.kentico.com/docs/devguide/creating_a_new_aspx_page_templ.htm? The change is:
public partial class CMSTemplates_CorporateSiteASPX_TwoColumnTemplate : System.Web.UI.Page
to
public partial class CMSTemplates_CorporateSiteASPX_TwoColumnTemplate : TemplatePage
|