
This step of the VIDEO TUTORIAL will familiarize on how to add a new page to an existing project that will inherit a Master Page (
Site.master). In addition, the declarative mark up of the newly added .aspx will also be examined to identify the mark up in the
@Page directive of the page that pertains to
Site.master attribute. Sample content will be added within the content place holders of the default.aspx page. Finally, we will examine the display of the newly added page at runtime. For detailed information and source code for this step, please refer to the
original article.