Articles about custom properties

14 Jan 2011 ...

Disable page-leave check for postbacks inside custom property controls in EPiServer

This post explains how to suppress the alert message displayed when a postback occurs inside a custom property control, for example when a button is clicked.

6 Aug 2010 ...

Use UpdatePanel inside an EPiServer custom property

In order to use ASP.NET AJAX inside an EPiServer custom property you have to have a ScriptManager present. Here's an example of how to add one programmatically.

30 Jul 2010 ...

Loading and saving a custom property value with PropertyUserControlBase

The PropertyUserControlBase class in Template Foundation has been updated with two new events called PropertyLoad and PropertySave, making it easier to load and save the property value.

25 Jul 2010 ...

Custom properties in EPiServer using user controls

EPiServer Template Foundation makes it a lot easier to create custom properties based on user controls. In this post we go through the steps needed to create a new custom property in EPiServer and use user controls for rendering the property in edit mode and on page templates.

25 Jul 2010 ...

Introduction to EPiServer properties

This post tries to clarify what an EPiServer property is and how it works, primarily to enable us to better develop custom properties for EPiServer websites.