Introduction:
Master
Pages in Asp.net allows you to control the layout, design and common controls
of all the pages in the website/web application. With a single master page you
can define the look and feel of your application which includes multiple
content place holders. Along with Master Pages you can work with themes to
provide the user with great User Interface. In this article we see an overview
of how to
- Create a Master page with single and multiple content place holders,
- Add Content Pages,
- Nested Master Pages.
- Programming the Master Page,
- Creating themes for the application and
- Finally we will see how we can work with multiple themes.