I'm developing an MVC2 web application, using Master pages to manage a centralised layout.

I've got a Masterpage with 4 Content areas in a specific order

  • Page Title
  • Main Banner
  • Sub Banner
  • Page Content

However, when-ever I create a new View that uses this Master page, it creates the empty placeholders in a different order:

  • Page Content ID=Content1
  • Page Title ID=Content2
  • Main Banner ID=Content3
  • Sub Banner ID=Content4

It works just fine, but it really bugs me that it's in the wrong place! Be very grateful if anyone's got a fix for me!

link|improve this question

I've tried renaming the 'Content' content place holder, no joy. – Russ C Jan 13 '11 at 9:52
Oh well, have now converted to MVC3/Razor so this is no-longer an issue. – Russ C Feb 4 '11 at 14:37
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.