Archive of EPiServer web controls
-
EPiServer web controls: MenuList and PageTree
Posted on August 16, 2009 by Frederik Vig in EPiServerBoth the MenuList and PageTree control are controls that you'll come across when building the navigation for your EPiServer site. Usually you'll start out with the MenuList for the main navigation, and use the PageTree for the sub...
Continue reading this entry → -
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 → -
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 →