A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Oct 28, 2009

    Every control in ASP.NET inherits from System.Web.UI.Control and have the RenderControl method. When you want to get the html output of the control at any point of the page execution lifecycle you can use the following method. public string...

  • Posted on: Oct 27, 2009

    My contribution to the Gadget Contest is a gadget for doing findpageswithcriteria-calls. I haven’t done asp.net MVC coding before this so it was a new and interesting experience. Some points of interest – although the introduction to gadgets artic...

  • Syndicated blog - Posted on: Oct 26, 2009

    If you are working with ASP.NET MVC you definitely have seen that in the startup project in Visual Studio in Global.asax file there is a default route added like this: routes.MapRoute( "Content",     // Route name "{controller}/{action}/{id}",    ...

  • Posted on: Oct 25, 2009

    Description This gadget make it possible use Google Gadget as EPiServer Site Center Gadget. Currently there are more than 170000 Google Gadgets and we can now use them in EPiServer Site Center. Features Select Google gadget by list or search. Edit...

  • Syndicated blog - Posted on: Oct 25, 2009

    In previous posts I’ve blogged about the SlideShare API. In this post I’m going to show how you can use it to create a Dynamic Content Plugin that lets your editors choose a presentation from SlideShare.net and display it on their web page. Before...

  • Syndicated blog - Posted on: Oct 23, 2009

    In my current EPiServer project (using EPiServer CMS R2 SP2 and EPiServer Composer) I discovered a bunch of client script issues which basically made it impossible to use Composer in any web browser. This post describes these issues, how to fix th...

  • Syndicated blog - Posted on: Oct 23, 2009

    I have looked forward to the new propertbag concept in CMS6. I have always wanted a store for different kind of data/settings that are not pages. One area I find troublesome is the language xml files. If you have more than one server you need to...

  • Syndicated blog - Posted on: Oct 22, 2009

    Today when setting up a new project I ran in to some issues with PageTypeBuilder and Composer. The problem was when Composer was about to register it's Content Areas it loads the PageTemplate without an pageid. This natrually makes EPiServer assum...