Unit 2 Practical 1
Design a master page with header, sidebar, footer and content section. In the sidebar display menu such as: Home, Category-(Men, Women), About Us, Contact Us, Register and Login. Display organization name in the header and copyright warning in the footer. Create a menu using the sitemap and provide links to various pages.
First you have to add Web.sitemap (SiteMap) file from solution Explorer > Add New Item and select SiteMap.
Web.sitemap

Now you have to add master page same as you were add Web.sitemap and rename it as U2_P1.master
You have to add all the pages with welcome message as shown in the sitemap file.

OUTPUT:
