Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tarunjit 103 posts 146 karma points
    Jul 11, 2014 @ 05:51
    Tarunjit
    0

    Dynamic Navigation menu in umbraco7 using .net user control without using MVC

    Hi All,

    I am .Net developer and am looking for example related to creation of dynamic navigation menu in umbraco 7 using .Net user control without using MVC technique and XSLT. I have searched it on google but got not much response on it, examples which i got were using either XSLT or Razor. I have not any experience in MVC and XSLT and looking for technique realted to using classic ASP.Net, i.e. without using XSLT and MVC.  It will a great help if any one could please provide some useful videos or links with examples which i could refer to.

    Thanks

    Tarunjit Singh

     

     

  • Tarunjit 103 posts 146 karma points
    Jul 16, 2014 @ 14:01
    Tarunjit
    0

    Hi All,

    I am still looking for the solution. Please help me in this.

    Regards

    Tarunjit Singh

  • Ken Mark 82 posts 94 karma points
    Oct 02, 2014 @ 14:16
    Ken Mark
    0

    Look in umbracoSettings.config and change this setting to WebForms. No you are ready to go. If you want a code behind for your masterpages you can simpy delete them and recreate them in Visual Studio.

    <templates>
        <!-- To switch the default rendering engine to MVC, change this value from WebForms to Mvc -->
        <defaultRenderingEngine>Mvc</defaultRenderingEngine>
    </templates>

Please Sign in or register to post replies

Write your reply to:

Draft