If you have questions, comments or ideas please post it in our forum at CodePlex.
http://compositec1.codeplex.com/discussions
Recent posts
► ReportFunctionAction Broken From ChangeSet 10985 on
@nuFaqtz looks like a bug - we will get back to you on this one.
► CSS Less Support for Razor Layouts [SOLVED]
@oneproton .less edit support was added to the C1 Console in v.3.1 - give it a review if you try it out ;)
► Integration of Data to Level Site Map
then i don't think i exactly understand the problem... making a dropdown with items from data is fairly simple, this is how you do it in Razor <select name="Choice"> @foreach (var item in D...
► Option to translate page no longer available
This is due to your browser caching the first redirect that happended. If you clear the browsers cache and go to http://www.contoso.com you should see it redirecting you correctly to http://www.c...
► Spam on blog posts despite of Captcha
>> Hey napernik... does it matter if it's done in OnBeforeInitialized() or OnInitialized()? No, either is good >> Also, looks like you'll need using System.Reflection as well.Updated