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.
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>
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
Hi All,
I am still looking for the solution. Please help me in this.
Regards
Tarunjit Singh
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>
is working on a reply...