
This step of the VIDEO TUTORIAL will primarily focus on how to create the left side navigation display on the site.master page. The left side navigation would display the pages corresponding to the three folders such as Basic Reporting, Filtering Reports and Customized Formatting hyperlinks for the default.aspx for these folders. In addition to the links to the child level pages in these folders are also displayed using custom created user controls. The SectionLevelTutorialListing.ascx user control is created in the User Controls folder of the project with a Repeater web control that is bound to Web.SiteMap file. For detailed information and source code for this step, please refer to the
original article.