I can't find `Web Form Using Master Page` in Visual Studio 2010 Professional

visual-studio-2010

Solution

If you compare those screenshots very carefully, you will see that in the top one, the user has clicked on "Visual C#" in the left panel.

You have used a different approach to navigate to your choices. It appears that you have typed "master" in the search box in the upper right of the screen. On the left panel, "Search Results" is highlighted.

I believe that if you click on "Visual C#" on the left, you will see what the screenshot from the book shows.

What you have found in your search is the selection for creating a Master Page. What you are seeking is how to create a Web Form, and specifically a Web Form using a Master Page.

Problem

I am reading Microsoft® ASP.NET 4 Step by Step and I am on page 148. The tutorial says to add a new `Web Form Using Master Page` item, but I can't find it! The screenshot in the book is below: This is what I am seeing: I doubt the book is wrong, so what am I missing? Thanks

Original source