<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TrainingCoursesSidebar.ascx.cs" Inherits="CMSTemplates_Starlims_CustomControls_TrainingCoursesSidebar" %>
		<div class="sidebar-orange-widget training-courses-widget" ID="traingingCoursesSidebarID" runat="server">
			<h3>Training Courses</h3>
			<asp:Label ID="lblDocType" runat="server"></asp:Label>
      		<ul>
				<cms:CMSRepeater ID="trainingCourseRepeaterSidebar" 
								 runat="server" 
								 ClassNames="custom.TrainingEventType"
								 TransformationName="custom.TrainingEventType.SidebarView" />
			</ul>
		</div>
Here is my control. Which property setting do you want me to screen shot?