Take the community feedback survey now.
Take the community feedback survey now.
This applies to EPiServer 4.62, haven’t checked CMS 5 yet… To add translations in EPi, create a new translation file (or use an existings one) in t...
Background Consider the following simple method that returns the names of the items of a content area: The method is made up to be as simple as...
This is how to retrieve the address to the startpage including the currently active language branch (e.g. “/sv/” or “/en/”): This code looks simple...
This is simple stuff, but I wanted to store these code snippets somewhere for easy re-use… This is how to do databinding with a Repeater control in...
In some cases it may be useful to detect when an EPiServer page is displayed in DOPE (Direct On-Page Editing) mode rather than the “normal” View...
Have you ever written en EPiServer plugin for the Action Window? If so, you have probably noticed how irritatingly narrow it is. Luckily, the width...
Often you have to refer to a given page in a site. For example, on each page you may want to have a footer with a link to a page that describes the...
All content in EPiServer pages are stored in page properties which can be of different types such as short string, XHTML string, date, etc. It is...
Struggling with this error that occurs the first time the site is viewed after an IIS restart? This problem can be caused by the EPiServer Schedule...
Here’s how to extract the Html code for a web control: Tip: If you’re having problems with the generated Html being incomplete, then maybe you’re...