Master Page Template

Topic updated 13-4-2007

The masterpage is a concept from ASP.NET. GenWise Generates a default masterpage that can be designed and changed by the Webform designer. The masterpage contains a content placeholder in which pages will run that indicate this masterpage as their masterpage. This way a consitent look and feel and menu system can be added to all generated pages.

 

You can find the masterpage in the Configuration node of your project:

MasterPagenode

 

By default the masterpage contains the following items:

The sitemap and sitemap datasource.
A content panel part. Here the other pages that refer to the masterpage will be loaded.
An ASP.NET 2.0 menu control.

 

In GenWise the sitemap looks as below by default. You can change this design to your own taste.

 

MasterPage