November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
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 calling the function above in the wrong time? I’ve been having some problems with databound EPiServer...
Here are a few ways to retrieve data for a given page (expressed in a PageReference instance) in EPiServer: Global.EPDataFactory also has some other useful functions: BTW, it’s also possible to initialize a PageReference with a Url (although NOT a...
Retrieving the URL to an EPiServer page seems like a basic thing to do, but it’s not quite obvious… Referring to a page is normally represented by an instance of the PageReference class, so obviously that contains a public property called Url or...
When creating “normal” ASPX pages (i.e. pages that are not EPiServer page types) to use in EPiServer sites it can be very useful to have them inherit from TemplatePage or SimplePage (both are EPiServer types) so that dynamic properties can be read...
This is my first post about EPiServer, which basically is a framework for building web sites. It’s very capable and extensible and is in wide use in Scandinavia. For more information, look here: http://www.episerver.com. Web User Controls in...
While working with Episerver commerce a lot of times we come across a challenge to copy production website data down to integration and pre-production environment. Since integration is normally a Dev environment and pre-production a test environme...