New Post: what's under the hood?
if MVC is used, dos the normal asp.net mvc pipeline events all get fired?? Can I use Controller and Action attributes? If you use the MVC Player for Composite C1 to host ASP.NET MVC on your page, then...
View ArticleNew Post: what's under the hood?
No, I haven't tried yet, wanted to get information before I started down any path (trivial or not) to doing this. Sounds like it's doable however and I will do a simple example. The next example is to...
View ArticleNew Post: what's under the hood?
I can tell from my own experience that having MVC apps running side-by-side with C1 works fine. On this website for instance http://oqaasileriffik.gl/, we have a whole Administration Application...
View ArticleNew Post: Using Paging from GetDataTemplateXML
If I understand you correctly, you want to:filter records by 'EmployeeName' and then, build the paging with the filtered items If this is the case, you should use the Filter parameter on your...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleClosed Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Feature: Feature Request: New function for content reuse [1580]
Prompted by a conversation at: http://compositec1.codeplex.com/discussions/430310Please could we have a new public function, that when you supply it with a PageId and PlaceHolderId, will output the...
View ArticleCommented Unassigned: Ability to drag/drop to move or reorder pages [1722]
Currently in order to reorder a sub-page it is necessary to cut and paste the page and specify where we want it to go. This is cumbersome if you want to reorder lots of pages.Comments: ** Comment from...
View ArticleCommented Unassigned: Ability to drag/drop to move or reorder pages [1722]
Currently in order to reorder a sub-page it is necessary to cut and paste the page and specify where we want it to go. This is cumbersome if you want to reorder lots of pages.Comments: ** Comment from...
View ArticleNew Post: Razor Html Helpers
This is not a question, but a reference for anyone else who might struggle with the same issue. I wanted to create my own HtmlHelper extension method for output an optional div wrapper for some content...
View ArticleNew Post: Razor Html Helpers
Razor != MVC... guess you learned that today then :) C1 uses WebPages as foundation for its Razor functions. It has always been like that and not trying to impose using MVC in anyway.
View ArticleNew Post: Line breaks in WYSIWYG editor
Many systems will use Ctrl+Enter for hard line breaks. That was what I tried instinctively. It would be good to have this key mapping as well.
View ArticleNew Post: Linq-To-Sql sourced IQueryable IMediaFile query not executing...
Hi All; Within the composite code there are many bits querying the IMediaFile and IMediaFileFolder data items. For instance, there is the following query within the MediaUrls class: private static...
View Article