Designing Master Pages Using Themes and CSS
In this lesson, you will learn about the current practices for using an ASP.NET master page with a theme and CSS. This can be tricky because themes and master pages were introduced in 2005; however, web development has changed drastically since then.
We'll cover the following...
Introduction to Themes
First, you start with the creation of a website. Then you add a folder called App_Themes. Inside this folder, a second folder called Blue Theme is added. This folder is where the whole design required for the web site is stored. The folder can be named Green Theme or My Theme, ...