Archive of 2009 July
-
EPiServer web controls: NewsList
Posted on July 25, 2009 by Frederik Vig in EPiServerThe NewsList control differs from controls like the PageList, with its template options. It has four templates for the first four items. Which makes it good to use in situations where you need to have different code/markup for the...
Continue reading this entry → -
EPiServer web controls: PageList
Posted on July 20, 2009 by Frederik Vig in EPiServerThe PageList control is very similar to other data controls you're familiar with, like the Repeater. It has a few cool built in features that make it easier to use in certain scenarios. For instance, you can easily filter...
Continue reading this entry → -
ASP.NET web forms and jQuery Thickbox plugin
Posted on July 13, 2009 by Frederik Vig in ASP.NET, JavaScriptUpdate Thickbox is no longer supported. Use another of jQuery's overlay/lightbox plugins. This post will remain for legacy purposes only. I'm very found of jQuery, and use the Thickbox plugin a lot in my project. I've not used...
Continue reading this entry → -
EPiServer web controls: Property
Posted on July 5, 2009 by Frederik Vig in EPiServerIn this post we'll take a look at the EPiServer Property web control, which is one of the most used EPiServer web controls. You can find EPiServer Property's properties here. It is very likely that you've used it before, so...
Continue reading this entry →