Archive of 2010 August
-
ASP.NET ListView and GroupTemplate
Posted on August 31, 2010 by Frederik Vig in ASP.NET, Code SnippetThe other day I was building a mega menu for a customer - one of the requirements was to let the editor choose the number of columns of links to display. This turned out be quite easy with ASP.NET's...
Continue reading this entry → -
EPiServer Dropdown CheckList Property
Posted on August 28, 2010 by Frederik Vig in ASP.NET, EPiServerToday I wanted to create a custom property in EPiServer that uses a dropdown list where the user can select multiple options. In HTML you have the select element which when having the attribute multiple="multiple" actually does what I want,...
Continue reading this entry →