tagged [master-pages]

How to pass viewmodel to a layout/master page?

How to pass viewmodel to a layout/master page? Having googling for some time, I'm a little bit confused with how to do this in asp mvc 3. So, the task is to have a common layout (or master?) page for ...

23 May at 12:32

ASP.NET Custom Error Page for Web App that uses a Master Page

ASP.NET Custom Error Page for Web App that uses a Master Page Reference [KB306355: How to create custom error reporting pages in ASP.NET by using Visual C# .NET](http://support.microsoft.com/kb/306355...

Referencing types not in the App_Code folder from asp.net application

Referencing types not in the App_Code folder from asp.net application I have a master page in a asp.net project, which provides a method that I would like to call in derived classes through an helper ...

22 Jul at 16:31

Master Page Weirdness - "Content controls have to be top-level controls in a content page or a nested master page that references a master page."

Master Page Weirdness - "Content controls have to be top-level controls in a content page or a nested master page that references a master page." This is weird. I added a brand new Web Application pro...

Where does error CS0433 "Type 'X' already exists in both A.dll and B.dll " come from?

Where does error CS0433 "Type 'X' already exists in both A.dll and B.dll " come from? When I run a webapp from Visual Studio 2008 SP1 using the internal web server (not IIS) I receive the above mentio...

15 Dec at 17:22

MVC 3: How to render a view without its layout page when loaded via ajax?

MVC 3: How to render a view without its layout page when loaded via ajax? I am learning about [Progressive Enhancement](http://en.wikipedia.org/wiki/Progressive_enhancement) and I have a question abou...

Parser Error: '_Default' is not allowed here because it does not extend class 'System.Web.UI.Page' & MasterType declaration

Parser Error: '_Default' is not allowed here because it does not extend class 'System.Web.UI.Page' & MasterType declaration I recently converted a website project to a web application project in Visua...

1 Oct at 17:28