|
Themes Topic updated 12-6-2007 |
|
The ASP.NET 2.0 Templates use ASP.NET 2.0 Themes to control the visual appearance of generated applications. Themes can be chosen in various locations in an ASP.NET project:
In the generated source code of the ASP.NET project, Theme files reside in the App_Themes subdirectory of the web application's root directory.
The How to use Themes topic covers the basics of modifying and adding Themes.
See also The Master Page Template can be used to create a standardized layout for your application. Visual changes to the user interface of a single page can be done using the WebForm Designer. |