If after data binding the outer Repeater, its Items collection is still empty, it means no genres were found for the current user. If that’s the case, the entire Repeater is hidden and the PlaceHolder is shown. However, if the Count property of the Items collection is larger than zero, the Repeater is made visible and the PlaceHolder is hidden.