Take the community feedback survey now.

Emil Åström

Emil Åström

 Alias: Emil Åström
 Company: Valtech AB
 Location: Sweden

CRP Information

Level: Citizen
Total contribution points: 121 (gain 254 points more to level up)

Score Distribution

Syndicated blog - Posted on: Aug 31, 2016

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...

Syndicated blog - Posted on: May 30, 2015

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...

Syndicated blog - Posted on: Jul 10, 2007

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...

Syndicated blog - Posted on: May 30, 2007

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...

Syndicated blog - Posted on: May 15, 2007

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...

Syndicated blog - Posted on: May 15, 2007

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...

Syndicated blog - Posted on: Apr 08, 2007

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...

Syndicated blog - Posted on: Feb 25, 2007

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...

Syndicated blog - Posted on: Feb 13, 2007

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...

Syndicated blog - Posted on: Jan 26, 2007

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...