• RE:Is Kentico WebForm Style Heavy?
    Forum Post Feb 3, 2009
    Hi, Kentico CMS is more focused to WebForm way, but I do not see any problems to try to use the ASP.Net MVC approach. Best Regards, Juraj Ondrus

  • RE:Regarding the default page..
    Forum Post Dec 16, 2011
    Hello, An alternative approach would be to use some custom routing, like MVC or wildcards. Best regards, Boris Pocatko

  • RE:Anyone manage to get MVC 3 working with Kentico 6?
    Forum Post Apr 18, 2012
    Hi, Which version of Kentico CMS have you installed? I mean, which .Net version? Kentico with .NET4 should be compatible with MVC3 (however, it was not fully tested). Best regards, Juraj Ondrus

  • RE:Anyone manage to get MVC 3 working with Kentico 6?
    Forum Post Apr 19, 2012
    Hi, Could you please send us any samples of your routing code? We tried it again on the News sample with MVC3 and it is working fine. Thank you. Best regards, Juraj Ondrus

  • RE:MVC and master pages
    Forum Post Oct 16, 2012
    Excuse my ignorance, but I'm actually not sure where that lives. I can edit the master page on the root node of the site, via the CMS desk, but what file or path is that?

  • Access image attachments path in code behind
    Forum Post Oct 17, 2012
    I am trying to display an image for a document type instance. The only option seemed to be using document attachments. Firstly, is that correct, and secondly, how can I pull out the path to that uploaded image in the code (I am using an MVC controller)?

  • MVC DefaultModelBinder not working
    Forum Post Mar 6, 2013
    Hi all, I have setup my project to use the Razor view engine for MVC as the following post details.. Using-MVC-Razor-With-Kentico-CMS-7 I have setup 2 actions on my controller.. public ActionResult Create() { var example= new CustomClass(); return View(exampl...

  • RE:MVC DefaultModelBinder not working
    Forum Post Mar 25, 2013
    Hi Zdenek, Thanks for getting back to me. One of your developers sent me an example and I have managed to get this working. There was an issue with the way I had setup the Document alias for the Create action. Cheers Ian

  • RE:MVC ActionLink resolves to wrong controller
    Forum Post Oct 3, 2013
    Hi, How did you managed to get the "anothercontroller" to get there? Have you registered any custom routes or any other customizations? Kentico is not doing any spesial handling for Html.ActionLink. Best regards, Juraj Ondrus

  • RE:MVC ActionLink resolves to wrong controller
    Forum Post Oct 3, 2013
    I solved this issue a few days after my original post. 'anothercontroller' was the first MVC page I created in CMS Desk. Even though I had a page for "MyController' also, the Html.ActionLink was only finding the first route. I went back through my default route registration...

  •   ... 71 72 73 74 75 76 77 78 79 80 ...