i\'m using n2cms + asp.net mvc, when the site is uploaded to a webserver, and an exception is thrown in the aspx page, the page appear blank, and there is nothing in the page, even if i turned off the
We have a need to customize the logic of our N2 authentication to add a couple of options. I need to add a RadioButtonList that contains some options and set a session var based on the selection of t
I just set up a new N2 site by starting with the MVC 2 Web Application template in Visual Studio, then following the directions in N2 CMS Developer Documentation in the section Integrating with Existi
I\'ve been trying to learn how develop websites with ASP.NET as well as setup a personal website to use as a online porfolio/resume. With my website I\'ve decided to not try to reinvent the wheel and
Can an arbitrary number of ContentItems of the same class to be added to a page in N2? And can they be nested?
i want to modify the ContentPageBase, in a functional site, i tried to add a property called for example (weight),
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m looking at the N2 CMS Minimal E开发者_运维百科xample for MVC (from here) I\'ve figured out most of it, but I see that N2 supports \'Parts\' that you can drop into \'Zones\'.
I am looking at creating an editable checkboxlist property for an item as indicated in the code below. The edit interface renders the checkboxlist but does not persist the selected checkbox items.