Comment Re:Okay, I have a question (Score 1) 153
If it's like master pages in Expression Web, then that's not quite right... Instead of calling a separate file for the header/footer/etc when the page is generated, the page is kept static.
When you modify the master page, there are areas of the page that you designate as editable regions, and so when anything outside these editable regions is updated in the master page, the change is replicated on to each associated page.
This is assuming these master pages are similar in functionality to the 'dynamic web templates'...
When you modify the master page, there are areas of the page that you designate as editable regions, and so when anything outside these editable regions is updated in the master page, the change is replicated on to each associated page.
This is assuming these master pages are similar in functionality to the 'dynamic web templates'...