File: D:/HostingSpaces/RMourik/bassol.nl/CMS/CMSWebParts/Search/DidYouMean.ascx
<%@ Control Language="C#" AutoEventWireup="true"
Inherits="CMSWebParts_Search_DidYouMean" CodeFile="~/CMSWebParts/Search/DidYouMean.ascx.cs" %>
<asp:PlaceHolder ID="plcDidYouMean" runat="server" EnableViewState="false">
<div class="DidYouMean">
<span class="DidYouText">
<asp:Literal runat="server" ID="ltrText" />
</span>
<asp:HyperLink ID="lnkSearch" runat="server">
<span class="DidYouValue">
<asp:Literal ID="ltlLinkText" runat="server" />
</span>
</asp:HyperLink>
</div>
</asp:PlaceHolder>