TRY IT OUT Using Profile in the Reviews Page
Currently your site has two pages in the Reviews folder that are capable of displaying reviews:
AllByGenre.aspx and All.aspx. In this Try It Out, you modify the Default.aspx page so it displays yet another list of reviews. However, this time the list with reviews is limited to those belonging to the genres that the user has selected in the My Profi le page. When anonymous users see the page, they get a message that they haven’t set their favorite genres yet.
1. From the Reviews folder, open Default.aspx in Markup View.
2. Inside the control for the cpMainContent placeholder, add the following code that creates a nested Repeater with each selected genre as a heading, followed by a list of reviews belonging to that genre: