File: D:/HostingSpaces/MBoogaard/oosting-horseriding.com/wwwroot/CMSFormControls/SelectCssStylesheet.ascx
<%@ Control Language="C#" AutoEventWireup="true" Inherits="CMSFormControls_SelectCssStylesheet"
CodeFile="SelectCssStylesheet.ascx.cs" %>
<%@ Register Src="~/CMSAdminControls/UI/UniSelector/UniSelector.ascx" TagName="UniSelector"
TagPrefix="cms" %>
<cms:CMSUpdatePanel ID="pnlUpdate" runat="server">
<ContentTemplate>
<cms:UniSelector ObjectType="cms.cssstylesheet" SelectionMode="SingleDropDownList"
OrderBy="StylesheetDisplayName" AllowEmpty="false" runat="server" ID="usStyleSheet" ReturnColumnName="StylesheetName" />
</ContentTemplate>
</cms:CMSUpdatePanel>