There are great tool available for logging user actions on your site like google analytic, but sometimes you want to know more about how much time ...
I got a problem with the search result using EPiServer.Search. The site is in Norwegian and is set to default langauge in site settings in admin. B...
I have looked at different ways of implementing a dropdown list with dependencies. Have looke at Doong Nguyen’s solution but had problems making it...
I work locally and move the site to a test server, and the search didn't work. The first problem was the http://IndexingService/IndexingService.svc...
A quick tip for finding owner page. var contentAssetHelper = ServiceLocator.Current.GetInstance<ContentAssetHelper>(); var ownerNode = contentAsset...
I needed to extend the popup with a new field where the editors could add a phone number. In EPiServer 7.5 this can be done by extending the...
I had a search page that worked locally but not on my test server. The strange thing was that the when I access this path locally I got the result...
In EPiServer 7.5 there is support for selection DisplayOption for items in a ContentArea. The build in support will change the tag the item is...
If you experience that you get an error when trying to copy or export/import a page tree the reason could be that you are missing some files in the...
The pattern I use for utilize the MVC framework and EPiServer blocks is based on inheritance and the use of tags. I have one Default block controll...