|
Page Template Topic updated 17-10-2007 |
|
The Page Template is the main Project Item Template in the ASP.NET 2.0 Templates. It generates one of the following:
The Wizard is an effective tool to add Page Templates to projects, both at project setup and later on during project development. The Wizard creates pre-configured, functional pages containing many templates such as Browse Templates, Form Templates, Property Templates and Action Templates. Alternatively, you can add a blank Page Template from the Project Explorer using the context menu of the ASP.NET project node or the Pages node.
Editing pages With the Source Editor you can add custom source code to all generated files of a Page Template. Using the WebForm Designer you can visually edit the user interface generated by a Page Template, adding and configuring functionality with the following components:
Controlling page appearance To control appearance of generated pages the ASP.NET 2.0 Template rely on ASP.NET 2.0 Themes, which control the look and feel of all page content generated by all templates. The Theme to be used can be set per Page Template, so multiple Themes may be used in a project. Themes can be developed outside GenWise Studio. The Master Page Template provides a standard layout for pages. This layout may also include various controls. While the use of Themes is recommended for managing appearance throughout your ASP.NET project, the visual editing facilities of the WebForm Designer can be used to perform visual tweaks on individual pages.
Page Template Settings The page template settings are shown below:
|