Take the community feedback survey now.
Take the community feedback survey now.
In previous versions of EPiServer custom validation was normally achieved in one of two ways. You could either create a custom property or hook into a DataFactory event. Both approaches had their disadvantages and advantages. However in EPiServer ...
In previous versions of EPiServer custom validation was normally achieved in one of two ways. You could either create a custom property or hook into a DataFactory event. Both approaches had their disadvantages and advantages. However in EPiServer ...
After my previous post about comparing Comparing PageTypeBuilder and EPiServer 7 Preview typed pages I found out that EPiServer 7 Preview now also supports standard .net validation attributes too. I am sure you have had requirements that users can...
After my previous post about comparing Comparing PageTypeBuilder and EPiServer 7 Preview typed pages I found out that EPiServer 7 Preview now also supports standard .net validation attributes too. I am sure you have had requirements that users can...
In my previous post I talked about " mapping between PageType attributes in PageTypeBuilder and typed pages in EPiServer 7 ". In this post I want to complete the series and talk about the mapping of property definitions in typed pages.