Goals:

Steps:

  1. Create a new ASP.NET Web Application project.
  2. Add the Images folder to the project in the Solution Explorer window. Add to this folder all these images used in this tutorial.
  3. Add a master page to the project (item of the Master Page type).
  4. Edit the master page to create the following view (make sure that both images are hyperlinks):
  5. Modify the default.aspx page to use the master page.
  6. Add new pages to the project. Use the Web Content Form template, it allows to choose the master page for the page.

[Source code]