Question: ASP.NET Master Pages Start and create a new ASP.NET Web Site project as follows: The Web Site should contain two logically related Web Forms both
ASP.NET Master Pages
Start and create a new ASP.NET Web Site project as follows:
- The Web Site should contain two logically related Web Forms both of which are linked to a Master Page
- The Master Page should use a table for layout and include a banner image at the top, a menu area on the left, the ContentPlaceHolder server control in the center, some additional content of your choice on the right and a footer area at the bottom:

The content in all of these areas is up to you but should be related to the overall application of the website Use two Button server controls or two LinkButton (hyperlink) server controls in the "menu area" one of which links to the first Web Form and the second of which links to the second Web Form; additional Buttons or LinkButtons that execute other commands or link to other Web pages outside of your website may be added to the "menu area" as well; or if you are familiar with them you could create an "image menu" and use the
The grade for this project will be based upon the number of elements described above that you use, the complexity of those elements and the overall visual and aesthetic appearance of the website You may receive a possible 9 out 10 points for the assignment as presented above; for full credit (a maximum of 10 possible points) add an additional C# coding component to one of the areas of the master page
banner image menu area menu area ContentPlaceHolder additional content footer area
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
