ASP.NET MVC Programming

Posted by AlbertRosa on Stack Overflow See other posts from Stack Overflow or by AlbertRosa
Published on 2010-03-11T02:58:37Z Indexed on 2010/03/11 18:14 UTC
Read the original article Hit count: 211

Filed under:

So here's the deal

I'm working on a project that I had originally focused on Zend Framework, But now I want to get into ASP.NET MVC and boy lets just say it's good and a great start though i'm still at the beginning stage of it. But I am having issues with passing Data From My Controller to the Master / Layout Page. Now in Zend I am able to determine which controller and which action I am in through a helper I created. Now I want to implement the same functionality in this ASP.NET MVC application. So my Master Layout Page knows which Controller I am in and hence highilighting the navigation for it. I am using a straight custom html li a structure navigation.

Any help on this specific topic would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about asp.net-mvc